Fixed a bug that put resumed client to wrong list and caused it
[silc.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 1068dc4a31e4cd368584a3677c6597d076394627..2f2451f347cbb3c570713a917782b573a4b99ade 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,10 @@
+Wed Sep 18 18:28:04 EEST 2002  Pekka Riikonen <priikone@silcnet.org>
+
+       * Resumed client packet handling from server put the resumed
+         client on wrong list on router and caused the client not
+         be present on the network anymore.  Now fixed to put the
+         client to correct list.  Affected file silcd/packet_receive.c.
+
 Wed Sep 18 15:13:48 CEST 2002  Johnny Mnemonic <johnny@themnemonic.org>
 
        * Various cleanup in error message output in config parsing code