summaryrefslogtreecommitdiffstats
path: root/src/wsman.c
diff options
context:
space:
mode:
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);