Removed extra brace

Removed extra brace
This commit is contained in:
MassimilianoPinto 2015-12-17 16:25:04 +01:00
parent b55f100e1f
commit 82914d43d2

View File

@ -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;
}