summaryrefslogtreecommitdiffstats
path: root/examples/enum_epr.c
diff options
context:
space:
mode:
authorAnas Nashif <nashif@intel.com>2007-05-16 23:37:32 +0000
committerAnas Nashif <nashif@intel.com>2007-05-16 23:37:32 +0000
commit16803fdddfa698aa7586245d8a48ef25f480635a (patch)
treebff0e93234fc949d6cfdb95df998f55b13170fe6 /examples/enum_epr.c
parent6d02c9a6c69c7aeafdb0c55e5d70ffb5f0b06230 (diff)
downloadwsmancli-16803fdddfa698aa7586245d8a48ef25f480635a.tar.gz
wsmancli-16803fdddfa698aa7586245d8a48ef25f480635a.tar.xz
wsmancli-16803fdddfa698aa7586245d8a48ef25f480635a.zip
more API changes
Diffstat (limited to 'examples/enum_epr.c')
-rw-r--r--examples/enum_epr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/enum_epr.c b/examples/enum_epr.c
index c773f24..c5dd74e 100644
--- a/examples/enum_epr.c
+++ b/examples/enum_epr.c
@@ -178,7 +178,7 @@ int main(int argc, char** argv)
wsman_client_transport_init(cl, NULL);
options = wsman_client_options_init();
- wsman_set_action_option(options, FLAG_ENUMERATION_ENUM_EPR);
+ wsman_client_set_action_option(options, FLAG_ENUMERATION_ENUM_EPR);
list_t *l = list_create(LISTCOUNT_T_MAX);