Remove redundant calls to set_nonblocking().
authorBen Pfaff <blp@nicira.com>
Sat, 12 Dec 2009 01:00:28 +0000 (17:00 -0800)
committerBen Pfaff <blp@nicira.com>
Sat, 12 Dec 2009 01:00:28 +0000 (17:00 -0800)
commite6e6bdad78300b27b5f42567c03c092e7bad45e9
tree9b6880c383cad2d37c3de55bf2fb141af3542c2c
parent21a60ea97b492ae642d5b35430b24d137cd67f35
Remove redundant calls to set_nonblocking().

These set_nonblocking() calls are on a fd returned by make_unix_socket(),
which has already set the fd nonblocking.
lib/stream-unix.c
lib/vconn-unix.c