xenserver: Cleanup xs-network-uuids and xs-network-names usage
[openvswitch] / tests / test-jsonrpc.c
index 7f2166f4ec387b4e0d1cf1567e10967996240b23..42d2c390494924fb8dc1c8faf11e20f16a39e9f2 100644 (file)
@@ -250,7 +250,7 @@ do_request(int argc UNUSED, char *argv[])
 
     method = argv[2];
     params = parse_json(argv[3]);
-    msg = jsonrpc_create_request(method, params);
+    msg = jsonrpc_create_request(method, params, NULL);
     string = jsonrpc_msg_is_valid(msg);
     if (string) {
         ovs_fatal(0, "not a valid JSON-RPC request: %s", string);