summaryrefslogtreecommitdiffstats
path: root/src/wsman.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wsman.c')
-rw-r--r--src/wsman.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wsman.c b/src/wsman.c
index 4ad810c..4692a2c 100644
--- a/src/wsman.c
+++ b/src/wsman.c
@@ -198,7 +198,6 @@ main(int argc, char **argv)
break;
case WSMAN_ACTION_CUSTOM:
- options.properties = wsman_options_get_properties();
doc = wsman_invoke(cl, resource_uri, options,
wsman_options_get_invoke_method(), NULL);
wsman_output(cl, doc);