From 51d352abb2cd903236eb0ba8aedb73d53ba77a59 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Fri, 28 Jun 2002 10:56:33 +0000 Subject: [PATCH] Mark backup waiting FALSE after primary has resumed its position. --- apps/silcd/server_backup.c | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/silcd/server_backup.c b/apps/silcd/server_backup.c index 6c77135d..bfd39977 100644 --- a/apps/silcd/server_backup.c +++ b/apps/silcd/server_backup.c @@ -1045,6 +1045,7 @@ SILC_TASK_CALLBACK_GLOBAL(silc_server_protocol_backup) silc_buffer_free(packet); SILC_LOG_INFO(("We are now the primary router of our cell again")); + server->wait_backup = FALSE; /* For us this is the end of this protocol. */ if (protocol->final_callback) -- 2.24.0