Changeset a03a9f3 for protocols/ssl_gnutls.c
- Timestamp:
- 2005-12-18T01:02:29Z (19 years ago)
- Branches:
- master
- Children:
- 43f205b
- Parents:
- 7c0a497
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/ssl_gnutls.c
r7c0a497 ra03a9f3 111 111 112 112 if( conn->inpa != -1 ) 113 { 113 114 gaim_input_remove( conn->inpa ); 115 conn->inpa = -1; 116 } 114 117 115 118 if( ( st = gnutls_handshake( conn->session ) ) < 0 ) … … 183 186 struct scd *conn = conn_; 184 187 188 if( conn->inpa != -1 ) 189 gaim_input_remove( conn->inpa ); 190 185 191 if( conn->established ) 186 192 gnutls_bye( conn->session, GNUTLS_SHUT_WR );
Note: See TracChangeset
for help on using the changeset viewer.