aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/ssl_openssl.c
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/ssl_openssl.c')
-rw-r--r--protocols/ssl_openssl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/ssl_openssl.c b/protocols/ssl_openssl.c
index 54788ec3..5aa0263e 100644
--- a/protocols/ssl_openssl.c
+++ b/protocols/ssl_openssl.c
@@ -114,7 +114,7 @@ static gboolean ssl_handshake( gpointer data, gint source, b_input_condition con
struct scd *conn = data;
int st;
- if( conn->inpa != -1 )
+ if( 0 && conn->inpa != -1 )
{
b_event_remove( conn->inpa );
conn->inpa = -1;