From c873d3b8535b75528dee55e1bed494cb3b027d4b Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Mon, 4 Nov 2002 13:31:47 +0000 Subject: [PATCH] Print notify for server ops when backup comes online. --- apps/silcd/server.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/silcd/server.c b/apps/silcd/server.c index 3e1eef79..502f3cba 100644 --- a/apps/silcd/server.c +++ b/apps/silcd/server.c @@ -2066,6 +2066,10 @@ SILC_TASK_CALLBACK(silc_server_accept_new_connection_final) ctx->conn_type = SILC_SOCKET_TYPE_SERVER; new_server->server_type = SILC_BACKUP_ROUTER; + SILC_SERVER_SEND_OPERS(server, FALSE, TRUE, SILC_NOTIFY_TYPE_NONE, + ("Backup router %s is now online", + sock->hostname)); + /* Remove the backup waiting with timeout */ silc_schedule_task_add(server->schedule, 0, silc_server_backup_router_wait, -- 2.24.0