- doc
authorBart Polot <bart.polot+gnunet@gmail.com>
Tue, 21 Feb 2017 12:47:13 +0000 (13:47 +0100)
committerBart Polot <bart.polot+gnunet@gmail.com>
Tue, 21 Feb 2017 12:47:13 +0000 (13:47 +0100)
src/cadet/cadet_api_new.c

index 100c02a694573453a37ad40c948f21b1c3da210a..81bfe1f6f4f6d912a533a0d8389a6bcac2533a24 100644 (file)
@@ -1182,6 +1182,7 @@ destroy_port_cb (void *cls,
   /* struct GNUNET_CADET_Handle *handle = cls; */
   struct GNUNET_CADET_Port *port = value;
 
+  /* This is a warning, the app should have cleanly closed all open ports */
   GNUNET_break (0);
   GNUNET_CADET_close_port (port);
   return GNUNET_OK;