updates.
[silc.git] / lib / silcclient / client_notify.c
index d819b97280ac6710b55f1247194fcd4c8cc0ffd0..b4d4a78e8e166228f6c0b6e4f80f49099f3438cd 100644 (file)
@@ -724,7 +724,7 @@ void silc_client_notify_by_server(SilcClient client,
 
     /* Add the channel entry again to ID cache */
     silc_idcache_add(conn->channel_cache, channel->channel_name, 
-                    channel->id, channel, FALSE);
+                    channel->id, channel, 0, NULL);
 
     /* Notify application */
     client->ops->notify(client, conn, type, channel, channel);