Fixed minor bug….

This commit is contained in:
Henry Camacho 2017-02-13 21:13:29 -06:00
parent 938e950261
commit 2fdb033c55
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ func LaunchWebRequestExternalListener(serverBinding *string, connectionTable *co
} else {
loginfo.Println(conn, rAddr, rPort)
p := packer.NewPacker()
p.Header.SetAddress("127.0.0.2")
p.Header.SetAddress(rAddr)
p.Header.Port, err = strconv.Atoi(rPort)
p.Data.AppendBytes(dump)
buf := p.PackV1()