Changeset 68adaf8
- Timestamp:
- 2010-11-21T19:13:54Z (14 years ago)
- Branches:
- master
- Children:
- ca0ce03
- Parents:
- 694be84
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/account.c
r694be84 r68adaf8 354 354 a->prpl->login( a ); 355 355 356 if( !( a->ic->flags & OPT_SLOW_LOGIN ) )356 if( a->ic && !( a->ic->flags & OPT_SLOW_LOGIN ) ) 357 357 a->ic->keepalive = b_timeout_add( 120000, account_on_timeout, a->ic ); 358 358 }
Note: See TracChangeset
for help on using the changeset viewer.