aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-transport.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/gnunet-transport.c')
-rw-r--r--src/transport/gnunet-transport.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/transport/gnunet-transport.c b/src/transport/gnunet-transport.c
index 24be066bc..4b1e683f6 100644
--- a/src/transport/gnunet-transport.c
+++ b/src/transport/gnunet-transport.c
@@ -1599,9 +1599,12 @@ plugin_monitoring_cb (void *cls,
1599 const char *state; 1599 const char *state;
1600 struct PluginMonitorAddress *addr; 1600 struct PluginMonitorAddress *addr;
1601 1601
1602 fprintf (stderr, "E!\n");
1602 if ( (NULL == info) && 1603 if ( (NULL == info) &&
1603 (NULL == session) ) 1604 (NULL == session) )
1604 return; /* in sync with transport service */ 1605 return; /* in sync with transport service */
1606 if (NULL == info)
1607 return; /* shutdown */
1605 if ( (NULL != cpid) && 1608 if ( (NULL != cpid) &&
1606 (0 != memcmp (&info->address->peer, 1609 (0 != memcmp (&info->address->peer,
1607 cpid, 1610 cpid,