aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-service-cadet_channel.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cadet/gnunet-service-cadet_channel.c')
-rw-r--r--src/cadet/gnunet-service-cadet_channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cadet/gnunet-service-cadet_channel.c b/src/cadet/gnunet-service-cadet_channel.c
index d01356c3a..d1dcfdd2d 100644
--- a/src/cadet/gnunet-service-cadet_channel.c
+++ b/src/cadet/gnunet-service-cadet_channel.c
@@ -2149,7 +2149,7 @@ GCCH_handle_create (struct CadetTunnel *t,
2149 struct CadetChannel *ch; 2149 struct CadetChannel *ch;
2150 struct CadetClient *c; 2150 struct CadetClient *c;
2151 int new_channel; 2151 int new_channel;
2152 struct GNUNET_HashCode *port; 2152 const struct GNUNET_HashCode *port;
2153 2153
2154 chid = ntohl (msg->chid); 2154 chid = ntohl (msg->chid);
2155 2155