not to be present in the network anymore.
+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
/* Get server entry */
server_entry = silc_idlist_find_server_by_id(server->global_list,
server_id, TRUE, NULL);
- local = TRUE;
+ local = FALSE;
if (!server_entry) {
server_entry = silc_idlist_find_server_by_id(server->local_list,
server_id, TRUE, NULL);
- local = FALSE;
+ local = TRUE;
if (!server_entry) {
silc_free(server_id);
silc_free(client_id);