Fixed build failures due to conflicts
Due to an odd rebase, a conflict was left in externcmd.c
This commit is contained in:
@ -214,7 +214,6 @@ bool externcmd_substitute_arg(EXTERNCMD* cmd, const char* match, const char* rep
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
rval = false;
|
rval = false;
|
||||||
LOGIF(LD, skygw_log_write(LD, "[monitor_exec_cmd] Forked child process %d : %s.", pid, cmd));
|
|
||||||
}
|
}
|
||||||
return rval;
|
return rval;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user