summaryrefslogtreecommitdiffstats
path: root/src/wsman.c
diff options
context:
space:
mode:
authorAnas Nashif <nashif@intel.com>2006-11-29 06:06:08 +0000
committerAnas Nashif <nashif@intel.com>2006-11-29 06:06:08 +0000
commit2291617be0caf4e6ed8226bda5cd8c7193368606 (patch)
tree70756dbd453bbbd3f5f78f9d0f2b19cbee4e4b7a /src/wsman.c
parent097f0eb8b35cbe3644c3680458d2234a00382f37 (diff)
downloadwsmancli-2291617be0caf4e6ed8226bda5cd8c7193368606.tar.gz
wsmancli-2291617be0caf4e6ed8226bda5cd8c7193368606.tar.xz
wsmancli-2291617be0caf4e6ed8226bda5cd8c7193368606.zip
moved examples to where they belong
removed some invalid tests improved a couple of tests
Diffstat (limited to 'src/wsman.c')
-rw-r--r--src/wsman.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wsman.c b/src/wsman.c
index 265acd1..64bc59b 100644
--- a/src/wsman.c
+++ b/src/wsman.c
@@ -282,8 +282,8 @@ int main(int argc, char** argv)
if (wsman_options_get_optimize_enum())
{
wsman_set_action_option(&options, FLAG_ENUMERATION_OPTIMIZATION);
- options.max_elements = wsman_options_get_max_elements();
}
+ options.max_elements = wsman_options_get_max_elements();
if (wsman_options_get_estimate_enum()) {
wsman_set_action_option(&options, FLAG_ENUMERATION_COUNT_ESTIMATION);