diff options
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; |