From 48e8dc3c6c94570d950314a80d0620822927b6fa Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Mon, 13 Feb 2012 12:11:06 +0000 Subject: [PATCH] - Doxygen, reconnect and let caller take care of CTRL-C handling --- src/mesh/mesh_api.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mesh/mesh_api.c b/src/mesh/mesh_api.c index 94b9f07de..3c318f11f 100644 --- a/src/mesh/mesh_api.c +++ b/src/mesh/mesh_api.c @@ -379,7 +379,7 @@ create_tunnel (struct GNUNET_MESH_Handle *h, MESH_TunnelNumber tid) * - Frees all memory used * * @param t Pointer to the tunnel. - * @param call_handler Whether to call the cleaner handler. + * @param call_cleaner Whether to call the cleaner handler. * * @return Handle to the required tunnel or NULL if not found. */ @@ -1086,7 +1086,7 @@ send_callback (void *cls, size_t size, void *buf) if ((0 == size) || (NULL == buf)) { LOG (GNUNET_ERROR_TYPE_DEBUG, "Received NULL callback\n"); -// reconnect (h); FIXME + reconnect (h); return 0; } tsize = 0; -- 2.25.1