netdev-linux: Avoid potential issues with unset FD.
authorJesse Gross <jesse@nicira.com>
Sat, 16 Jan 2010 00:24:53 +0000 (19:24 -0500)
committerJesse Gross <jesse@nicira.com>
Mon, 18 Jan 2010 23:23:14 +0000 (18:23 -0500)
Never close the file descriptor if it is 0, since it is never a
valid FD in this context.  Also initialize the FD to -1 so that
it is never set to a valid but incorrect value.


No differences found