summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAnas Nashif <nashif@intel.com>2007-03-16 16:58:53 +0000
committerAnas Nashif <nashif@intel.com>2007-03-16 16:58:53 +0000
commit254be9652ff9f50e252025a6e7b740551f90737b (patch)
tree71ccc46807948f89691723e884d9024260a31d50 /src
parent779670c22f4f5020b6204cc8c9b2545f002dbc9e (diff)
downloadwsmancli-254be9652ff9f50e252025a6e7b740551f90737b.tar.gz
wsmancli-254be9652ff9f50e252025a6e7b740551f90737b.tar.xz
wsmancli-254be9652ff9f50e252025a6e7b740551f90737b.zip
parse options only one: bug #66
Diffstat (limited to 'src')
-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);