- Timestamp:
- 2006-10-02T13:19:13Z (18 years ago)
- Branches:
- master
- Children:
- d9282b4
- Parents:
- 88591fd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/jabber/io.c
r88591fd rc1ed6527 224 224 { 225 225 struct gaim_connection *gc = data; 226 struct jabber_data *jd = gc->proto_data; 226 227 227 228 if( source == NULL ) 228 229 { 230 /* The SSL connection will be cleaned up by the SSL lib 231 already, set it to NULL here to prevent a double cleanup: */ 232 jd->ssl = NULL; 233 229 234 hide_login_progress( gc, "Could not connect to server" ); 230 235 signoff( gc );
Note: See TracChangeset
for help on using the changeset viewer.