aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/transport_api.c')
-rw-r--r--src/transport/transport_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/transport_api.c b/src/transport/transport_api.c
index 9ff5cec88..e7f2327d9 100644
--- a/src/transport/transport_api.c
+++ b/src/transport/transport_api.c
@@ -940,7 +940,7 @@ disconnect_and_schedule_reconnect (struct GNUNET_TRANSPORT_Handle *h)
940 } 940 }
941 if (NULL != h->client) 941 if (NULL != h->client)
942 { 942 {
943 GNUNET_CLIENT_disconnect (h->client, GNUNET_YES); 943 GNUNET_CLIENT_disconnect (h->client);
944 h->client = NULL; 944 h->client = NULL;
945 } 945 }
946 /* Forget about all neighbours that we used to be connected to */ 946 /* Forget about all neighbours that we used to be connected to */