stream: By default disable probing on unix sockets.
[openvswitch] / ovsdb / ovsdb-server.c
index 776bbb258ba1c60a31078fd399e56a61f96d9ac1..699401813eec3f47136fa94ab57d0330143af0f7 100644 (file)
@@ -276,7 +276,7 @@ add_remote(struct shash *remotes, const char *target)
 
     options = shash_find_data(remotes, target);
     if (!options) {
-        options = ovsdb_jsonrpc_default_options();
+        options = ovsdb_jsonrpc_default_options(target);
         shash_add(remotes, target, options);
     }