aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorpsyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet>2018-06-05 23:12:00 +0000
committerpsyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet>2018-06-05 23:12:00 +0000
commit6c00dd6956137073801820689a14334b25b31a9a (patch)
tree0d3ad24ab0ee0c087dc9dda220fbac30d36d4c14 /src
parente2d0c3b009e3a52d84d484460210c16072f5d461 (diff)
downloadgnunet-6c00dd6956137073801820689a14334b25b31a9a.tar.gz
gnunet-6c00dd6956137073801820689a14334b25b31a9a.zip
afferify COPYING and the contrib folders
Diffstat (limited to 'src')
-rw-r--r--src/cadet/gnunet-service-cadet_tunnels.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cadet/gnunet-service-cadet_tunnels.c b/src/cadet/gnunet-service-cadet_tunnels.c
index ef6f97622..ed1eaf167 100644
--- a/src/cadet/gnunet-service-cadet_tunnels.c
+++ b/src/cadet/gnunet-service-cadet_tunnels.c
@@ -1728,7 +1728,7 @@ GCT_handle_kx (struct CadetTConnection *ct,
1728 if (GNUNET_YES == 1728 if (GNUNET_YES ==
1729 alice_or_betty (GCP_get_id (t->destination))) 1729 alice_or_betty (GCP_get_id (t->destination)))
1730 { 1730 {
1731 /* Bob is not allowed to send KX! */ 1731 /* Betty/Bob is not allowed to send KX! */
1732 GNUNET_break_op (0); 1732 GNUNET_break_op (0);
1733 return; 1733 return;
1734 } 1734 }