aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/nogaim.c
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2006-06-07 15:36:19 +0200
committerWilmer van der Gaast <wilmer@gaast.net>2006-06-07 15:36:19 +0200
commit85e9644fe03cef7b83f3b3200943364e4eecaf14 (patch)
tree1043b458bbcaac400c19a503aec13eb465ea4f65 /protocols/nogaim.c
parenta312b6bcbc6aa836850d94fc2abc70ceffe275cd (diff)
parent0025b5148725e524dfdc1da57b18fcd2be2608ee (diff)
Merging Jelmer's storage tree (with LDAP support).
Diffstat (limited to 'protocols/nogaim.c')
-rw-r--r--protocols/nogaim.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/nogaim.c b/protocols/nogaim.c
index b1975f19..d4ccc3f1 100644
--- a/protocols/nogaim.c
+++ b/protocols/nogaim.c
@@ -293,7 +293,8 @@ void signoff( struct gaim_connection *gc )
account_t *a;
serv_got_crap( gc, "Signing off.." );
-
+ gc->flags |= OPT_LOGGING_OUT;
+
b_event_remove( gc->keepalive );
gc->keepalive = 0;
gc->prpl->close( gc );