ovsdb: Use port 6632 as a default port for database connections.
[sliver-openvswitch.git] / tests / test-ovsdb.c
index 8cb6c94..41308d5 100644 (file)
@@ -1764,7 +1764,8 @@ do_idl(int argc, char *argv[])
     if (argc > 2) {
         struct stream *stream;
 
-        error = stream_open_block(stream_open(argv[1], &stream), &stream);
+        error = stream_open_block(jsonrpc_stream_open(argv[1], &stream),
+                                  &stream);
         if (error) {
             ovs_fatal(error, "failed to connect to \"%s\"", argv[1]);
         }