ovs-lib: Revert "Return the exit status of ovs-ctl in ovs_ctl()."
authorGurucharan Shetty <gshetty@nicira.com>
Fri, 4 Oct 2013 21:52:34 +0000 (14:52 -0700)
committerGurucharan Shetty <gshetty@nicira.com>
Fri, 4 Oct 2013 22:39:30 +0000 (15:39 -0700)
commitcd563ec72a2689273ad3d22ac2fed8423acb91ee
treeb7a66bd6269fdeb216dc49ec54a7e1696768ec89
parent0e37488562d1aca0b413cc368f3342b59b2614eb
ovs-lib: Revert "Return the exit status of ovs-ctl in ovs_ctl()."

This reverts commit 0e37488562d1 which had a side-effect that
ssh executing start/restart command on a remote machine would
hang as one of the file descriptors created in that commit
was getting passed along to the daemons. The daemons weren't closing
it and hence ssh would just wait for them to close and hang.

Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
utilities/ovs-lib.in