Fix for leading /
Fix for leading /
This commit is contained in:
@ -182,7 +182,7 @@ int main(int argc, char **argv) {
|
|||||||
if (ptr)
|
if (ptr)
|
||||||
strncpy(inst->binlog_name, ptr+1, BINLOG_FNAMELEN);
|
strncpy(inst->binlog_name, ptr+1, BINLOG_FNAMELEN);
|
||||||
else
|
else
|
||||||
strncpy(inst->binlog_name, ptr, BINLOG_FNAMELEN);
|
strncpy(inst->binlog_name, path, BINLOG_FNAMELEN);
|
||||||
|
|
||||||
LOGIF(LM, (skygw_log_write_flush(LOGFILE_MESSAGE,
|
LOGIF(LM, (skygw_log_write_flush(LOGFILE_MESSAGE,
|
||||||
"maxbinlogcheck %s", binlog_check_version)));
|
"maxbinlogcheck %s", binlog_check_version)));
|
||||||
|
Reference in New Issue
Block a user