aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/gnunet-service-testbed.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testbed/gnunet-service-testbed.c')
-rw-r--r--src/testbed/gnunet-service-testbed.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testbed/gnunet-service-testbed.c b/src/testbed/gnunet-service-testbed.c
index 1c6bfe013..81cf29c5f 100644
--- a/src/testbed/gnunet-service-testbed.c
+++ b/src/testbed/gnunet-service-testbed.c
@@ -3265,8 +3265,8 @@ handle_overlay_connect (void *cls, struct GNUNET_SERVER_Client *client,
3265 /* rhc is now set to the existing one from the hash map by 3265 /* rhc is now set to the existing one from the hash map by
3266 reghost_match_iterator() */ 3266 reghost_match_iterator() */
3267 /* if queue is empty then ignore creating focc and proceed with 3267 /* if queue is empty then ignore creating focc and proceed with
3268 normal forwarding */ 3268 normal forwarding */
3269 if (NULL == rhc->focc_dll_head) 3269 if (RHC_OL_CONNECT == rhc->state)
3270 skip_focc = GNUNET_YES; 3270 skip_focc = GNUNET_YES;
3271 } 3271 }
3272 if (GNUNET_NO == skip_focc) 3272 if (GNUNET_NO == skip_focc)