aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mesh/gnunet-service-mesh_connection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh/gnunet-service-mesh_connection.c b/src/mesh/gnunet-service-mesh_connection.c
index 06bd15231..ff5f2fd3e 100644
--- a/src/mesh/gnunet-service-mesh_connection.c
+++ b/src/mesh/gnunet-service-mesh_connection.c
@@ -1570,7 +1570,7 @@ GMC_handle_destroy (void *cls, const struct GNUNET_PeerIdentity *peer,
1570 { 1570 {
1571 LOG (GNUNET_ERROR_TYPE_DEBUG, "! directly destroying connection!\n"); 1571 LOG (GNUNET_ERROR_TYPE_DEBUG, "! directly destroying connection!\n");
1572 GMC_destroy (c); 1572 GMC_destroy (c);
1573 return; 1573 return GNUNET_OK;
1574 } 1574 }
1575 c->destroy = GNUNET_YES; 1575 c->destroy = GNUNET_YES;
1576 c->state = MESH_CONNECTION_DESTROYED; 1576 c->state = MESH_CONNECTION_DESTROYED;