fix storing udp port mappings in listen_socket_t
This commit is contained in:
parent
28a627a3a3
commit
b26629885b
|
@ -5591,7 +5591,7 @@ namespace aux {
|
|||
}
|
||||
|
||||
if (tcp) (*ls)->tcp_port_mapping[transport].port = port;
|
||||
else (*ls)->tcp_port_mapping[transport].port = port;
|
||||
else (*ls)->udp_port_mapping[transport].port = port;
|
||||
}
|
||||
|
||||
if (!ec && m_alerts.should_post<portmap_alert>())
|
||||
|
|
Loading…
Reference in New Issue