Thu Dec 04 11:33:46 CET 2003 Jochen Eisinger <jochen@penguin-breeder.org>
authorJochen Eisinger <coffee@silcnet.org>
Thu, 4 Dec 2003 10:36:59 +0000 (10:36 +0000)
committerJochen Eisinger <coffee@silcnet.org>
Thu, 4 Dec 2003 10:36:59 +0000 (10:36 +0000)
* Initialize the variable idletag, since it is tested in
  silc_core_deinit for its default value.  Affected file
  irssi/src/silc/core/silc-core.c

CHANGES
apps/irssi/src/silc/core/silc-core.c

diff --git a/CHANGES b/CHANGES
index c4953d678e8f301c86b25f7324e75df928b9c61b..c9eb041c667241ed1bb08f1c1411c90ddcab1e92 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,9 @@
+Thu Dec 04 11:33:46 CET 2003  Jochen Eisinger <jochen@penguin-breeder.org>
+
+       * Initialize the variable idletag, since it is tested in 
+         silc_core_deinit for its default value.  Affected file
+         irssi/src/silc/core/silc-core.c
+
 Sun Nov 30 19:47:02 CET 2003  Patrik Weiskircher <pat@icore.at>
 
        * Fixed signed channel messages across cells. Affected file
index cf6e20f6803b5b2949b926ab06a87928f160770c..d4befe376eb7116e612596d4a904415516177241 100644 (file)
@@ -42,7 +42,7 @@
 static char *opt_pkcs = NULL;
 static int opt_bits = 0;
 
-static int idletag;
+static int idletag = -1;
 
 SilcClient silc_client = NULL;
 extern SilcClientOperations ops;