projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
291f4c7
)
- doc
author
Bart Polot
<bart.polot+gnunet@gmail.com>
Tue, 21 Feb 2017 12:47:13 +0000
(13:47 +0100)
committer
Bart Polot
<bart.polot+gnunet@gmail.com>
Tue, 21 Feb 2017 12:47:13 +0000
(13:47 +0100)
src/cadet/cadet_api_new.c
patch
|
blob
|
history
diff --git
a/src/cadet/cadet_api_new.c
b/src/cadet/cadet_api_new.c
index 100c02a694573453a37ad40c948f21b1c3da210a..81bfe1f6f4f6d912a533a0d8389a6bcac2533a24 100644
(file)
--- 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;