aboutsummaryrefslogtreecommitdiff
path: root/src/core/test_core_quota_compliance.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-05 13:45:47 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-05 13:45:47 +0000
commitc54b4152fc250351d968f472f0e9c14dcdfeb04e (patch)
tree4e2d6461415f99c7e1e3e6c11c04fa7301b0f8c4 /src/core/test_core_quota_compliance.c
parent88324c04c004f83fdcc4f54ce4b21a501a7e0b50 (diff)
downloadgnunet-c54b4152fc250351d968f472f0e9c14dcdfeb04e.tar.gz
gnunet-c54b4152fc250351d968f472f0e9c14dcdfeb04e.zip
cancel con_task
Diffstat (limited to 'src/core/test_core_quota_compliance.c')
-rw-r--r--src/core/test_core_quota_compliance.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/test_core_quota_compliance.c b/src/core/test_core_quota_compliance.c
index f3e29c743..6f10635fe 100644
--- a/src/core/test_core_quota_compliance.c
+++ b/src/core/test_core_quota_compliance.c
@@ -535,6 +535,7 @@ init_notify (void *cls, struct GNUNET_CORE_Handle *server,
535 GNUNET_i2s (&p2.id)); 535 GNUNET_i2s (&p2.id));
536#endif 536#endif
537 GNUNET_TRANSPORT_try_connect (p1.th, &p2.id); 537 GNUNET_TRANSPORT_try_connect (p1.th, &p2.id);
538 GNUNET_TRANSPORT_try_connect (p2.th, &p1.id);
538 } 539 }
539} 540}
540 541