- Timestamp:
- 2006-10-21T21:40:06Z (18 years ago)
- Branches:
- master
- Children:
- e8a6211
- Parents:
- 4b0d805
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/nogaim.c
r4b0d805 r66f783f 284 284 if( gc->flags & OPT_LOGGING_OUT ) 285 285 return; 286 else 287 gc->flags |= OPT_LOGGING_OUT; 286 288 287 289 serv_got_crap( gc, "Signing off.." ); 288 290 289 291 b_event_remove( gc->keepalive ); 290 gc->flags |= OPT_LOGGING_OUT;291 292 292 gc->keepalive = 0; 293 293 gc->acc->prpl->close( gc );
Note: See TracChangeset
for help on using the changeset viewer.