fix #5125
authorChristian Grothoff <christian@grothoff.org>
Tue, 12 Sep 2017 13:03:18 +0000 (15:03 +0200)
committerChristian Grothoff <christian@grothoff.org>
Tue, 12 Sep 2017 13:03:18 +0000 (15:03 +0200)
src/cadet/gnunet-service-cadet.c

index af4cebfaace48529d25699ba179ab23db1cffa44..c3e99e0ebeae687f2f8982b3b98ddc6a181a78a4 100644 (file)
@@ -638,6 +638,7 @@ handle_channel_destroy (void *cls,
          "%s tried to destroy unknown channel %X\n",
          GSC_2s(c),
          (uint32_t) ntohl (msg->ccn.channel_of_client));
+    GNUNET_SERVICE_client_continue (c->client);
     return;
   }
   LOG (GNUNET_ERROR_TYPE_DEBUG,