updates.
[silc.git] / apps / silcd / server_backup.c
index b70bd095966cac93bbc527ece3e9cd8c31794fc9..96f9c33f702ee2650f0e6c6e9d99b7e1f8ca1808 100644 (file)
@@ -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 */