diff options
| author | Wilmer van der Gaast <wilmer@gaast.net> | 2006-05-13 21:44:59 +0200 | 
|---|---|---|
| committer | Wilmer van der Gaast <wilmer@gaast.net> | 2006-05-13 21:44:59 +0200 | 
| commit | 19ac9c5c98a8d5adf22bcf5b8e2d4141c82a3275 (patch) | |
| tree | 17a6e17837f36b405b1aff5bf8fc71154d3ad4fc /protocols/ssl_openssl.c | |
| parent | 782d988a88582a0f3dd6539664d535fb790df024 (diff) | |
Timeouts are now persistent.
Diffstat (limited to 'protocols/ssl_openssl.c')
| -rw-r--r-- | protocols/ssl_openssl.c | 6 | 
1 files changed, 0 insertions, 6 deletions
diff --git a/protocols/ssl_openssl.c b/protocols/ssl_openssl.c index 5aa0263e..b6f6c520 100644 --- a/protocols/ssl_openssl.c +++ b/protocols/ssl_openssl.c @@ -114,12 +114,6 @@ static gboolean ssl_handshake( gpointer data, gint source, b_input_condition con  	struct scd *conn = data;  	int st; -	if( 0 && conn->inpa != -1 ) -	{ -		b_event_remove( conn->inpa ); -		conn->inpa = -1; -	} -	  	if( ( st = SSL_connect( conn->ssl ) ) < 0 )  	{  		conn->lasterr = SSL_get_error( conn->ssl, st );  | 
