xenserver: Cleanup xs-network-uuids and xs-network-names usage
[openvswitch] / lib / stream-unix.c
index a5dfd55b898d4935960c13d331cf60176ff10fc1..9046da154828852e5d529ede214324dfb760c32c 100644 (file)
@@ -88,12 +88,6 @@ punix_open(const char *name UNUSED, char *suffix, struct pstream **pstreamp)
         return errno;
     }
 
-    error = set_nonblocking(fd);
-    if (error) {
-        close(fd);
-        return error;
-    }
-
     if (listen(fd, 10) < 0) {
         error = errno;
         VLOG_ERR("%s: listen: %s", name, strerror(error));