# HG changeset patch # User Richard Laager # Date 1158627320 0 # Node ID d24de94469f41120431b61416a6b68fa874e918c # Parent f407d80a618c0cd7601d6e9d716ea147f7f3a984 [gaim-migrate @ 17318] Part of SF Patch #1559532 from Mike Stoddard "I have also included a fix for another issue -- if the the user is disconnected because he/she logged in somewhere else we don't want to reconnect." committer: Tailor Script diff -r f407d80a618c -r d24de94469f4 libgaim/protocols/novell/novell.c --- a/libgaim/protocols/novell/novell.c Mon Sep 18 21:55:06 2006 +0000 +++ b/libgaim/protocols/novell/novell.c Tue Sep 19 00:55:20 2006 +0000 @@ -2014,8 +2014,11 @@ gc = gaim_account_get_connection((GaimAccount *) user->client_data); if (gc) + { + gc->wants_to_die = TRUE; /* we don't want to reconnect in this case */ gaim_connection_error(gc, _("You have been logged out because you" " logged in at another workstation.")); + } } static void