Przeglądaj źródła

Fix BrokerServerReport prefixes in backwards compatibility case

Rod Hynes 1 rok temu
rodzic
commit
052813cf5d
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      psiphon/common/inproxy/api.go

+ 2 - 2
psiphon/common/inproxy/api.go

@@ -835,8 +835,8 @@ func (report *BrokerServerReport) ValidateAndGetLogFields(
 
 		logFields = common.LogFields{}
 
-		logFields["proxy_nat_type"] = report.ProxyNATType
-		logFields["proxy_port_mapping_types"] = report.ProxyPortMappingTypes
+		logFields["inproxy_proxy_nat_type"] = report.ProxyNATType
+		logFields["inproxy_proxy_port_mapping_types"] = report.ProxyPortMappingTypes
 
 	} else {