Yet more checks for assuring client is not expired if it is on
[silc.git] / apps / silcd / server.c
index 2c0099ddc0f63090850d2a9fe1ca37f2b2bc103d..a5b956f202e48901fabb405f6810879057f83762 100644 (file)
@@ -4610,7 +4610,7 @@ void silc_server_save_users_on_channel(SilcServer server,
     if (!client) {
       /* If router did not find such Client ID in its lists then this must
         be bogus client or some router in the net is buggy. */
-      if (server->server_type == SILC_ROUTER) {
+      if (server->server_type != SILC_SERVER) {
        silc_free(client_id);
        continue;
       }