From 2291617be0caf4e6ed8226bda5cd8c7193368606 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Wed, 29 Nov 2006 06:06:08 +0000 Subject: moved examples to where they belong removed some invalid tests improved a couple of tests --- src/wsman.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wsman.c') 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); -- cgit