diff options
author | Anas Nashif <nashif@intel.com> | 2007-05-16 23:37:32 +0000 |
---|---|---|
committer | Anas Nashif <nashif@intel.com> | 2007-05-16 23:37:32 +0000 |
commit | 16803fdddfa698aa7586245d8a48ef25f480635a (patch) | |
tree | bff0e93234fc949d6cfdb95df998f55b13170fe6 /examples/create_resource.c | |
parent | 6d02c9a6c69c7aeafdb0c55e5d70ffb5f0b06230 (diff) | |
download | wsmancli-16803fdddfa698aa7586245d8a48ef25f480635a.tar.gz wsmancli-16803fdddfa698aa7586245d8a48ef25f480635a.tar.xz wsmancli-16803fdddfa698aa7586245d8a48ef25f480635a.zip |
more API changes
Diffstat (limited to 'examples/create_resource.c')
-rw-r--r-- | examples/create_resource.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/create_resource.c b/examples/create_resource.c index 1662884..337ac0f 100644 --- a/examples/create_resource.c +++ b/examples/create_resource.c @@ -137,7 +137,7 @@ int main(int argc, char** argv) wsman_client_transport_init(cl, NULL); options = wsman_client_options_init(); - if (dump) wsman_set_action_option(options,FLAG_DUMP_REQUEST ); + if (dump) wsman_client_set_action_option(options,FLAG_DUMP_REQUEST ); options->max_envelope_size = 51200; options->timeout = 60000; |