From 50d97ba0be211a608410bffa205ca1f8697a518d Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Tue, 21 Feb 2017 13:47:13 +0100 Subject: [PATCH] - doc --- src/cadet/cadet_api_new.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cadet/cadet_api_new.c b/src/cadet/cadet_api_new.c index 100c02a69..81bfe1f6f 100644 --- a/src/cadet/cadet_api_new.c +++ b/src/cadet/cadet_api_new.c @@ -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; -- 2.25.1