commit | 01ea58ce2dbd0743317d1ecf5ff2bfaf40faa0f5 | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Fri Nov 19 21:14:51 2010 +0300 |
committer | Kir Kolyshkin <kir@openvz.org> | Fri Nov 19 21:14:51 2010 +0300 |
tree | 28bec9ded9da50018b338ff6ac05aaff866b1476 | |
parent | 3063fa716315ed2bc4ad1272f9c7f71940272d9b [diff] |
src/lib/exec.c: flush stderr/stdout fefore fork() in vzctl_exec*() Otherwise it might be flushed twice after fork(), producing extra garbage as a result. Signed-off-by: Kir Kolyshkin <kir@openvz.org>