# HG changeset patch # User Stu Tomlinson # Date 1113058550 0 # Node ID 0edc30641f4bc4e0c0957343192a55854fc887a0 # Parent 39b5a5e30f477cee2e72895569d64361b6faa44a [gaim-migrate @ 12448] Don't crash when signing off committer: Tailor Script diff -r 39b5a5e30f47 -r 0edc30641f4b src/protocols/silc/silc.c --- a/src/protocols/silc/silc.c Sat Apr 09 14:28:47 2005 +0000 +++ b/src/protocols/silc/silc.c Sat Apr 09 14:55:50 2005 +0000 @@ -87,6 +87,8 @@ if (strcmp(state, "offline") && !gc) { gaim_account_connect(account); return; + } else if (!strcmp(state, "offline")) { + return; } if ((sg == NULL) || (sg->conn == NULL))