ovsdb-data: Allow arbitrary white space as string data delimiters.
[openvswitch] / lib / stream-ssl.c
index 6839341c1cf56161fedfb4923c35ce50ea38b2fa..e501b995da8edc77713e216f7cbe1eead07bc873 100644 (file)
@@ -732,7 +732,7 @@ pssl_open(const char *name UNUSED, char *suffix, struct pstream **pstreamp)
         return retval;
     }
 
-    fd = inet_open_passive(SOCK_STREAM, suffix, OFP_SSL_PORT, NULL);
+    fd = inet_open_passive(SOCK_STREAM, suffix, OFP_SSL_PORT, &sin);
     if (fd < 0) {
         return -fd;
     }