[pan2] bla



commit e6d03142a6fa086474236b5e681b2f43e58b15e3
Author: Heinrich MÃller <henmull src gnome org>
Date:   Wed Jan 2 18:25:41 2013 +0100

    bla

 pan/tasks/socket-impl-openssl.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pan/tasks/socket-impl-openssl.cc b/pan/tasks/socket-impl-openssl.cc
index 1df8391..229788e 100644
--- a/pan/tasks/socket-impl-openssl.cc
+++ b/pan/tasks/socket-impl-openssl.cc
@@ -626,7 +626,7 @@ GIOChannelSocketGnuTLS :: do_read ()
       if (g_str_has_suffix (g->str, "\r\n"))
         g_string_truncate (g, g->len-2);
       more = _listener->on_socket_response (this, StringView (g->str, g->len));
-      _listener->on_socket_bytes_transferred(g->len, this);
+      //_listener->on_socket_bytes_transferred(g->len, this);
     }
     else if (status == G_IO_STATUS_AGAIN)
     {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]