Skip to content

Commit

Permalink
Fix BrokerServerReport prefixes in backwards compatibility case
Browse files Browse the repository at this point in the history
  • Loading branch information
rod-hynes committed Nov 12, 2024
1 parent fe50266 commit 052813c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions psiphon/common/inproxy/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down

0 comments on commit 052813c

Please sign in to comment.