aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-02-28 14:38:56 +0100
committerChristian Grothoff <christian@grothoff.org>2017-02-28 14:38:56 +0100
commit6588438f94ba8053f8b4917b9b30a5165e9181ad (patch)
treefd88e8dfc929d412639d497b9b7302cee76bf6b1 /src/util
parentc9e806d1862c68a7ae765127982622311304a928 (diff)
downloadgnunet-6588438f94ba8053f8b4917b9b30a5165e9181ad.tar.gz
gnunet-6588438f94ba8053f8b4917b9b30a5165e9181ad.zip
misc minor fixes
Diffstat (limited to 'src/util')
-rw-r--r--src/util/service_new.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/service_new.c b/src/util/service_new.c
index 8371f7703..22eec0bde 100644
--- a/src/util/service_new.c
+++ b/src/util/service_new.c
@@ -2402,8 +2402,8 @@ resume_client_receive (void *cls)
2402 GNUNET_YES); 2402 GNUNET_YES);
2403 if (GNUNET_SYSERR == ret) 2403 if (GNUNET_SYSERR == ret)
2404 { 2404 {
2405 GNUNET_break (0); 2405 if (NULL != c->drop_task)
2406 GNUNET_SERVICE_client_drop (c); 2406 GNUNET_SERVICE_client_drop (c);
2407 return; 2407 return;
2408 } 2408 }
2409 if (GNUNET_NO == ret) 2409 if (GNUNET_NO == ret)