X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Fsilcd%2Fserver_backup.c;h=96f9c33f702ee2650f0e6c6e9d99b7e1f8ca1808;hb=26516272f6e9e47c6472efa50493a6a1044c02ac;hp=b70bd095966cac93bbc527ece3e9cd8c31794fc9;hpb=33b943ac6034b92fcc5c09802f9fe9add12a51c9;p=silc.git diff --git a/apps/silcd/server_backup.c b/apps/silcd/server_backup.c index b70bd095..96f9c33f 100644 --- a/apps/silcd/server_backup.c +++ b/apps/silcd/server_backup.c @@ -965,9 +965,7 @@ SILC_TASK_CALLBACK_GLOBAL(silc_server_protocol_backup) TRUE : FALSE); } - /* Announce all of our information to the new primary router. We - announce all that was updated after the protocol was started since - the router knows all the older stuff. */ + /* Announce all of our information to the new primary router. */ if (server->server_type == SILC_ROUTER) silc_server_announce_servers(server, FALSE, 0, server->router->connection); @@ -977,17 +975,6 @@ SILC_TASK_CALLBACK_GLOBAL(silc_server_protocol_backup) server->router->connection); silc_server_announce_channels(server, 0, server->router->connection); -#if 0 - if (server->server_type == SILC_ROUTER) - silc_server_announce_servers(server, FALSE, ctx->start - 60, - server->router->connection); - - /* Announce our clients and channels to the router */ - silc_server_announce_clients(server, ctx->start - 60, - server->router->connection); - silc_server_announce_channels(server, ctx->start - 60, - server->router->connection); -#endif } /* Protocol has ended, call the final callback */