aboutsummaryrefslogtreecommitdiff
path: root/src/core/core_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-22 21:15:19 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-22 21:15:19 +0000
commitb57631e1030c15b2cebb0c1450fd883934477d8d (patch)
tree5e0f8f50d7b923e65812f245d9776f30f8c9bb3f /src/core/core_api.c
parent20c50963ee33c2f4bce9ef5fafe7ed3ecb89c70b (diff)
downloadgnunet-b57631e1030c15b2cebb0c1450fd883934477d8d.tar.gz
gnunet-b57631e1030c15b2cebb0c1450fd883934477d8d.zip
remove unused options -- these bits were always set, no need to pass them
Diffstat (limited to 'src/core/core_api.c')
-rw-r--r--src/core/core_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/core_api.c b/src/core/core_api.c
index 0de64869b..b903d73bb 100644
--- a/src/core/core_api.c
+++ b/src/core/core_api.c
@@ -1168,7 +1168,7 @@ reconnect (struct GNUNET_CORE_Handle *h)
1168 init = (struct InitMessage *) &cm[1]; 1168 init = (struct InitMessage *) &cm[1];
1169 init->header.type = htons (GNUNET_MESSAGE_TYPE_CORE_INIT); 1169 init->header.type = htons (GNUNET_MESSAGE_TYPE_CORE_INIT);
1170 init->header.size = htons (msize); 1170 init->header.size = htons (msize);
1171 opt = GNUNET_CORE_OPTION_SEND_CONNECT | GNUNET_CORE_OPTION_SEND_DISCONNECT; 1171 opt = 0;
1172 if (h->inbound_notify != NULL) 1172 if (h->inbound_notify != NULL)
1173 { 1173 {
1174 if (h->inbound_hdr_only) 1174 if (h->inbound_hdr_only)