aboutsummaryrefslogtreecommitdiff
path: root/src/exit
diff options
context:
space:
mode:
Diffstat (limited to 'src/exit')
-rw-r--r--src/exit/gnunet-daemon-exit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exit/gnunet-daemon-exit.c b/src/exit/gnunet-daemon-exit.c
index 3bdac2d51..fb1e5ae38 100644
--- a/src/exit/gnunet-daemon-exit.c
+++ b/src/exit/gnunet-daemon-exit.c
@@ -3015,7 +3015,7 @@ static void *
3015new_channel (void *cls, 3015new_channel (void *cls,
3016 struct GNUNET_MESH_Channel *channel, 3016 struct GNUNET_MESH_Channel *channel,
3017 const struct GNUNET_PeerIdentity *initiator, 3017 const struct GNUNET_PeerIdentity *initiator,
3018 uint32_t port, enum MeshOption options) 3018 uint32_t port, enum GNUNET_MESH_ChannelOption options)
3019{ 3019{
3020 struct ChannelState *s = GNUNET_new (struct ChannelState); 3020 struct ChannelState *s = GNUNET_new (struct ChannelState);
3021 3021