From: Pekka Riikonen Date: Fri, 28 Jun 2002 10:56:33 +0000 (+0000) Subject: Mark backup waiting FALSE after primary has resumed its position. X-Git-Tag: silc.toolkit.0.9.3~4 X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=commitdiff_plain;h=51d352abb2cd903236eb0ba8aedb73d53ba77a59 Mark backup waiting FALSE after primary has resumed its position. --- 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)