adapt to new cadet API

This commit is contained in:
Daniel Golle 2019-07-27 16:08:29 +02:00
parent 81939cb936
commit 5fc42cc72b
No known key found for this signature in database
GPG Key ID: DD8D36F0A710502F

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);