From b73081e4171ab781872324226302916b5b669a48 Mon Sep 17 00:00:00 2001 From: nick Date: Tue, 13 Aug 2013 16:22:44 +0100 Subject: [PATCH] One more fix --- src/control.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/control.c b/src/control.c index 4482607..84215af 100644 --- a/src/control.c +++ b/src/control.c @@ -277,6 +277,7 @@ void control_write_mirror_response( enum mirror_state mirror_state, int client_f break; case MS_ABANDONED: write_socket( "1: Mirroring abandoned" ); + break; case MS_GO: case MS_DONE: /* Yes, I know we know better, but it's simpler this way */ write_socket( "0: Mirror started" );