From: Pekka Riikonen Date: Mon, 4 Nov 2002 13:31:47 +0000 (+0000) Subject: Print notify for server ops when backup comes online. X-Git-Tag: silc.client.0.9.8~23 X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=commitdiff_plain;h=c873d3b8535b75528dee55e1bed494cb3b027d4b Print notify for server ops when backup comes online. --- 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,