summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAnas Nashif <nashif@intel.com>2007-01-25 20:19:06 +0000
committerAnas Nashif <nashif@intel.com>2007-01-25 20:19:06 +0000
commit0117e6866b9becd6a4ff338b71705be27e21ce65 (patch)
tree893a11975ffb21c1df51d4fc8b55b014cf9f1bb2 /src
parent1869b59560fd78b7c196003d42821b4057d14d3f (diff)
downloadwsmancli-0117e6866b9becd6a4ff338b71705be27e21ce65.tar.gz
wsmancli-0117e6866b9becd6a4ff338b71705be27e21ce65.tar.xz
wsmancli-0117e6866b9becd6a4ff338b71705be27e21ce65.zip
adapt invoke calls
Diffstat (limited to 'src')
-rw-r--r--src/wsman.c2
1 files changed, 1 insertions, 1 deletions
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);