aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/cadet/cadet_api.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/cadet/cadet_api.c b/src/cadet/cadet_api.c
index 4bd5911ce..825768034 100644
--- a/src/cadet/cadet_api.c
+++ b/src/cadet/cadet_api.c
@@ -1120,13 +1120,7 @@ GNUNET_CADET_channel_create (struct GNUNET_CADET_Handle *h,
1120 msg->ccn = ch->ccn; 1120 msg->ccn = ch->ccn;
1121 msg->port = *port; 1121 msg->port = *port;
1122 msg->peer = *destination; 1122 msg->peer = *destination;
1123<<<<<<< 17611641fe7da3d2711e1f20eaf2ee81faf0e702
1124 msg->opt = htonl (options);
1125 GNUNET_MQ_send (h->mq, env); 1123 GNUNET_MQ_send (h->mq, env);
1126=======
1127 GNUNET_MQ_send (h->mq,
1128 env);
1129>>>>>>> removed GNUNET_CADET_ChannelOption
1130 return ch; 1124 return ch;
1131} 1125}
1132 1126