aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/gnunet-service-testbed_connectionpool.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testbed/gnunet-service-testbed_connectionpool.c')
-rw-r--r--src/testbed/gnunet-service-testbed_connectionpool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testbed/gnunet-service-testbed_connectionpool.c b/src/testbed/gnunet-service-testbed_connectionpool.c
index 0df5c300c..6d9a27972 100644
--- a/src/testbed/gnunet-service-testbed_connectionpool.c
+++ b/src/testbed/gnunet-service-testbed_connectionpool.c
@@ -895,7 +895,7 @@ GST_connection_pool_get_handle_done (struct GST_ConnectionPool_GetHandle *gh)
895 } 895 }
896 } 896 }
897 if (gh->notify_waiting) 897 if (gh->notify_waiting)
898 { 898 {
899 GNUNET_CONTAINER_DLL_remove (entry->head_notify, entry->tail_notify, gh); 899 GNUNET_CONTAINER_DLL_remove (entry->head_notify, entry->tail_notify, gh);
900 gh->notify_waiting = 0; 900 gh->notify_waiting = 0;
901 } 901 }