From aef207752aa19700bf5b68531243c36a6c8e02ca Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Mon, 12 Nov 2012 00:14:29 +0000 Subject: Bugfix: Two commits ago I broke cleanup of the account_on_timeout() handler, taking down every IM connection 2m after setup. --- protocols/nogaim.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'protocols/nogaim.c') diff --git a/protocols/nogaim.c b/protocols/nogaim.c index 744f73ad..2f85a3eb 100644 --- a/protocols/nogaim.c +++ b/protocols/nogaim.c @@ -297,8 +297,7 @@ void imcb_connected( struct im_connection *ic ) imcb_log( ic, "Logged in" ); ic->flags |= OPT_LOGGED_IN; - if( !ic->keepalive ) - start_keepalives( ic, 60000 ); + start_keepalives( ic, 60000 ); /* Necessary to send initial presence status, even if we're not away. */ imc_away_send_update( ic ); -- cgit v1.2.3