From 05fb07f9969bc001ea52f6bf2be9180b4795e1a8 Mon Sep 17 00:00:00 2001 From: MassimilianoPinto Date: Thu, 17 Dec 2015 16:25:04 +0100 Subject: [PATCH] Removed extra brace Removed extra brace --- server/modules/routing/binlog/blr_file.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/server/modules/routing/binlog/blr_file.c b/server/modules/routing/binlog/blr_file.c index 535b3f02c..4cb7eab18 100644 --- a/server/modules/routing/binlog/blr_file.c +++ b/server/modules/routing/binlog/blr_file.c @@ -445,9 +445,8 @@ struct stat statb; "end of the latest binlog file '%s', size %lu. Disconnecting", pos, file->binlogname, filelen); - /* Slave will be disconnected by the calling routine */ - hdr->ok = SLAVE_POS_BEYOND_EOF; - } + /* Slave will be disconnected by the calling routine */ + hdr->ok = SLAVE_POS_BEYOND_EOF; }