Fix merge conflict

An old define name caused the build to fail.
This commit is contained in:
Markus Mäkelä 2017-02-08 09:29:26 +02:00
parent 67888f3596
commit c82831cc10

View File

@ -70,7 +70,7 @@ bool avro_open_binlog(const char *binlogdir, const char *file, int *dest)
{
if (errno != ENOENT)
{
char err[STRERROR_BUFLEN];
char err[MXS_STRERROR_BUFLEN];
MXS_ERROR("Failed to open binlog file %s: %d, %s", path, errno,
strerror_r(errno, err, sizeof(err)));
}