Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/jik18001/CTngV2
Browse files Browse the repository at this point in the history
  • Loading branch information
jie committed Oct 1, 2023
2 parents 776a72b + 535bc47 commit d5043fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gen/IPmapping.go
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ func Map_local_to_CA_IP_priv_config(priv_config_path string, ip_json_config IP_J
//change localhost to actual IP
//take the data out and slice out the last 5 characters
semicolon_and_port := logger[len(logger)-5:]
new_dest := ip_json_config.Logger_ip_map[index] + semicolon_and_port
new_dest := ip_json_config.Logger_ip_map[MID-1] + semicolon_and_port
ca_priv_config.Loggerlist[index] = new_dest
}
// iterate over MonitorList
Expand Down

0 comments on commit d5043fc

Please sign in to comment.