Fixed build failures due to conflicts

Due to an odd rebase, a conflict was left in externcmd.c
This commit is contained in:
Markus Makela 2015-11-11 21:38:37 +02:00
parent ba9da9ae3d
commit e37ba0a63d

View File

@ -214,7 +214,6 @@ bool externcmd_substitute_arg(EXTERNCMD* cmd, const char* match, const char* rep
else
{
rval = false;
LOGIF(LD, skygw_log_write(LD, "[monitor_exec_cmd] Forked child process %d : %s.", pid, cmd));
}
return rval;
}