ovs-bugtool: Add "ovs-vsctl show" output to bugtool.
[openvswitch] / ofproto / collectors.c
index bd3e89b19ac21a751eb092486e6420f823e7836f..158b26dcf33265e85c4c539caad7c42d8f79d6ee 100644 (file)
@@ -63,7 +63,7 @@ collectors_create(const struct sset *targets, uint16_t default_port,
         int error;
         int fd;
 
-        error = inet_open_active(SOCK_DGRAM, name, default_port, NULL, &fd);
+        error = inet_open_active(SOCK_DGRAM, name, default_port, NULL, &fd, 0);
         if (fd >= 0) {
             c->fds[c->n_fds++] = fd;
         } else {