make clang static analysis happy
[oweals/gnunet.git] / src / fs / fs_unindex.c
index fc4012464fcbcc490be806c8060b46fc20749d6b..5d1e7c8f09f617ed8a27acb3ab7c98c88970ffd2 100644 (file)
@@ -284,7 +284,7 @@ process_fs_response (void *cls,
 {
   struct GNUNET_FS_UnindexContext *uc = cls;
 
-  GNUNET_CLIENT_disconnect (uc->client);
+  GNUNET_CLIENT_disconnect (uc->client, GNUNET_NO);
   uc->client = NULL;
   if (uc->state != UNINDEX_STATE_FS_NOTIFY) 
     {