Browse Source

adapt to new cadet API

master
Daniel Golle 4 years ago
parent
commit
5fc42cc72b
No known key found for this signature in database GPG Key ID: DD8D36F0A710502F
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/multicast/gnunet-service-multicast.c

+ 0
- 1
src/multicast/gnunet-service-multicast.c View File

@@ -1330,7 +1330,6 @@ cadet_channel_create (struct Group *grp, struct GNUNET_PeerIdentity *peer)

chn->channel = GNUNET_CADET_channel_create (cadet, chn, &chn->peer,
&grp->cadet_port_hash,
GNUNET_CADET_OPTION_RELIABLE,
cadet_notify_window_change,
cadet_notify_disconnect,
cadet_handlers);


Loading…
Cancel
Save