From: Christian Grothoff Date: Fri, 15 Jan 2010 16:36:45 +0000 (+0000) Subject: fixes X-Git-Tag: initial-import-from-subversion-38251~22961 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=478aaaa68357c14a6b688c26889e5919931a7e49;p=oweals%2Fgnunet.git fixes --- 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;