aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-tng.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/gnunet-service-tng.c')
-rw-r--r--src/transport/gnunet-service-tng.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/gnunet-service-tng.c b/src/transport/gnunet-service-tng.c
index baefdfa88..2f6e17f3b 100644
--- a/src/transport/gnunet-service-tng.c
+++ b/src/transport/gnunet-service-tng.c
@@ -3209,7 +3209,7 @@ notify_monitors (const struct GNUNET_PeerIdentity *peer,
3209 continue; 3209 continue;
3210 if (tc->details.monitor.one_shot) 3210 if (tc->details.monitor.one_shot)
3211 continue; 3211 continue;
3212 if ((0 != GNUNET_is_zero (&tc->details.monitor.peer)) && 3212 if ((GNUNET_NO == GNUNET_is_zero (&tc->details.monitor.peer)) &&
3213 (0 != GNUNET_memcmp (&tc->details.monitor.peer, peer))) 3213 (0 != GNUNET_memcmp (&tc->details.monitor.peer, peer)))
3214 continue; 3214 continue;
3215 notify_monitor (tc, peer, address, nt, me); 3215 notify_monitor (tc, peer, address, nt, me);