Changeset aef2077


Ignore:
Timestamp:
2012-11-12T00:14:29Z (11 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
d1356cb
Parents:
67ebc8e
Message:

Bugfix: Two commits ago I broke cleanup of the account_on_timeout() handler,
taking down every IM connection 2m after setup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/nogaim.c

    r67ebc8e raef2077  
    298298       
    299299        ic->flags |= OPT_LOGGED_IN;
    300         if( !ic->keepalive )
    301                 start_keepalives( ic, 60000 );
     300        start_keepalives( ic, 60000 );
    302301       
    303302        /* Necessary to send initial presence status, even if we're not away. */
Note: See TracChangeset for help on using the changeset viewer.