diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_networking.erl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rabbit_networking.erl b/src/rabbit_networking.erl index db5c71f62a..5e173cb351 100644 --- a/src/rabbit_networking.erl +++ b/src/rabbit_networking.erl @@ -194,6 +194,7 @@ tcp_listener_started(IPAddress, Port) -> #listener{node = node(), protocol = tcp, host = tcp_host(IPAddress), + ip_address = IPAddress, port = Port}). tcp_listener_stopped(IPAddress, Port) -> @@ -202,6 +203,7 @@ tcp_listener_stopped(IPAddress, Port) -> #listener{node = node(), protocol = tcp, host = tcp_host(IPAddress), + ip_address = IPAddress, port = Port}). active_listeners() -> |
