ovsdb-client: Fix regression introduced with changes to daemonize().
authorBen Pfaff <blp@nicira.com>
Wed, 13 Jan 2010 17:55:52 +0000 (09:55 -0800)
committerBen Pfaff <blp@nicira.com>
Wed, 13 Jan 2010 17:57:31 +0000 (09:57 -0800)
daemonize() now closes the standard file descriptors, but ovsdb-client's
"monitor" command uses stdout even after daemonizing.  This caused
tests that used "ovsdb-client --detach monitor" to fail without printing
their complete output.  This commit fixes the problem.


No differences found