aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-cadet.c
diff options
context:
space:
mode:
authorCarlo von lynX <lynX@time.to.get.psyced.org>2016-08-08 21:11:50 +0000
committerCarlo von lynX <lynX@time.to.get.psyced.org>2016-08-08 21:11:50 +0000
commit1b35e0171eca03d1f6cdff50084b8a8700cf706d (patch)
treee8ae15f88120407bf0caadc313097a8514d59b36 /src/cadet/gnunet-cadet.c
parent06f44db8a9a4c1b6b4a2a4a707067feb7164e609 (diff)
UX: message type for important things that aren't evil
Diffstat (limited to 'src/cadet/gnunet-cadet.c')
-rw-r--r--src/cadet/gnunet-cadet.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cadet/gnunet-cadet.c b/src/cadet/gnunet-cadet.c
index 88ee410964..53c0f2e479 100644
--- a/src/cadet/gnunet-cadet.c
+++ b/src/cadet/gnunet-cadet.c
@@ -419,9 +419,10 @@ channel_incoming (void *cls,
}
if (NULL != lp) {
/* Now that we have our circuit up and running, let's not
- * get confused by further incoming circuits.
+ * get confused by further incoming connect requests.
*/
GNUNET_CADET_close_port (lp);
+ lp = NULL;
}
ch = channel;
if (GNUNET_NO == echo)