Changeset 7c2d798b
- Timestamp:
- 2005-12-01T11:52:25Z (19 years ago)
- Branches:
- master
- Children:
- e5663e0
- Parents:
- 6caa56a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/jabber/jabber.c
r6caa56a r7c2d798b 542 542 gjconn gjc; 543 543 544 jd = gc->proto_data; 545 gjc = jd->gjc; 546 544 547 if (source == NULL) { 545 548 STATE_EVT(JCONN_STATE_OFF) … … 551 554 return; 552 555 } 553 554 jd = gc->proto_data;555 gjc = jd->gjc;556 556 557 557 gjab_connected(data, gjc->fd, cond);
Note: See TracChangeset
for help on using the changeset viewer.