From 0117e6866b9becd6a4ff338b71705be27e21ce65 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Thu, 25 Jan 2007 20:19:06 +0000 Subject: adapt invoke calls --- src/wsman.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/wsman.c b/src/wsman.c index 73dbf81..dfebe58 100644 --- a/src/wsman.c +++ b/src/wsman.c @@ -207,7 +207,7 @@ main(int argc, char **argv) case WSMAN_ACTION_CUSTOM: options.properties = wsman_options_get_properties(); - doc = wsman_invoke(cl, resource_uri, wsman_options_get_invoke_method(), options); + doc = wsman_invoke(cl, resource_uri, wsman_options_get_invoke_method(), NULL, options); if (doc) { wsman_output(doc); ws_xml_destroy_doc(doc); -- cgit