forked from cerc-io/plugeth
p2p: fix accidental termination of portMappingLoop (#28911)
This commit is contained in:
parent
253447a4f5
commit
19af9008f1
@ -127,7 +127,7 @@ func (srv *Server) portMappingLoop() {
|
|||||||
} else if !ip.Equal(lastExtIP) {
|
} else if !ip.Equal(lastExtIP) {
|
||||||
log.Debug("External IP changed", "ip", extip, "interface", srv.NAT)
|
log.Debug("External IP changed", "ip", extip, "interface", srv.NAT)
|
||||||
} else {
|
} else {
|
||||||
return
|
continue
|
||||||
}
|
}
|
||||||
// Here, we either failed to get the external IP, or it has changed.
|
// Here, we either failed to get the external IP, or it has changed.
|
||||||
lastExtIP = ip
|
lastExtIP = ip
|
||||||
|
Loading…
Reference in New Issue
Block a user