diff options
| author | Emile Joubert <emile@rabbitmq.com> | 2010-10-29 12:37:04 +0100 |
|---|---|---|
| committer | Emile Joubert <emile@rabbitmq.com> | 2010-10-29 12:37:04 +0100 |
| commit | 07ed3788482f32574d9bda40d1e430ce03fa37f9 (patch) | |
| tree | 14fd9c95b4e63579002ecfa5eadad502e6935d59 /src | |
| parent | 29aaea62f60952ebd7cf68d7f8d8f244b5e60ad1 (diff) | |
| parent | 91867c3a44ff6aa3cdea217062450244d577ec6d (diff) | |
| download | rabbitmq-server-git-07ed3788482f32574d9bda40d1e430ce03fa37f9.tar.gz | |
Merged bug23446 into default
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() -> |
