fixed: the output of process-scripts was not always received (bug introduced in r250)

This commit is contained in:
Andrey Prygunkov
2008-12-02 22:32:02 +00:00
parent 5993408eff
commit 4f4e7f8b61

View File

@@ -344,7 +344,7 @@ int ScriptController::Execute()
close(pipeout);
#ifdef CHILD_WATCHDOG
fwrite("\n", 1, 2, stdout);
fwrite("\n", 1, 1, stdout);
fflush(stdout);
#endif