aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_udp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/plugin_transport_udp.c')
-rw-r--r--src/transport/plugin_transport_udp.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/transport/plugin_transport_udp.c b/src/transport/plugin_transport_udp.c
index 9e28f00d4..ec6e52236 100644
--- a/src/transport/plugin_transport_udp.c
+++ b/src/transport/plugin_transport_udp.c
@@ -514,6 +514,12 @@ udp_plugin_address_pretty_printer (void *cls, const char *type,
514 sb = &a4; 514 sb = &a4;
515 sbs = sizeof (a4); 515 sbs = sizeof (a4);
516 } 516 }
517 else if (0 == addrlen)
518 {
519 asc (asc_cls, "<inbound connection>");
520 asc (asc_cls, NULL);
521 return;
522 }
517 else 523 else
518 { 524 {
519 /* invalid address */ 525 /* invalid address */