Changeset c7cf9d6
- Timestamp:
- 2005-11-29T00:43:15Z (19 years ago)
- Branches:
- master
- Children:
- ef53ba8
- Parents:
- f712188
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/jabber/jabber.c
rf712188 rc7cf9d6 546 546 gjconn gjc; 547 547 548 if (source == NULL) { 549 STATE_EVT(JCONN_STATE_OFF) 550 return; 551 } 552 548 553 if (!g_slist_find(get_connections(), gc)) { 549 554 ssl_disconnect(source); … … 553 558 jd = gc->proto_data; 554 559 gjc = jd->gjc; 555 556 if (source == NULL) {557 STATE_EVT(JCONN_STATE_OFF)558 return;559 }560 560 561 561 gjab_connected(data, gjc->fd, cond);
Note: See TracChangeset
for help on using the changeset viewer.