From 478aaaa68357c14a6b688c26889e5919931a7e49 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 15 Jan 2010 16:36:45 +0000 Subject: [PATCH] fixes --- src/transport/plugin_transport_tcp.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/transport/plugin_transport_tcp.c b/src/transport/plugin_transport_tcp.c index 6a0874656..9fc33cbfa 100644 --- a/src/transport/plugin_transport_tcp.c +++ b/src/transport/plugin_transport_tcp.c @@ -625,8 +625,8 @@ static void process_pending_messages (struct Session *session) { GNUNET_assert (session->client != NULL); - if (session->pending_messages == NULL) - return; + if (session->pending_messages == NULL) + return; if (session->transmit_handle != NULL) return; session->transmit_handle @@ -1186,8 +1186,7 @@ tcp_plugin_cancel (void *cls, #if DEBUG_TCP GNUNET_log_from (GNUNET_ERROR_TYPE_DEBUG, "tcp", - "Asked to cancel session %p with `%4s'\n", - plugin_context, + "Asked to cancel session with `%4s'\n", GNUNET_i2s(target)); #endif pm = session->pending_messages; -- 2.25.1