From 16803fdddfa698aa7586245d8a48ef25f480635a Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Wed, 16 May 2007 23:37:32 +0000 Subject: more API changes --- examples/create_resource.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/create_resource.c') 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; -- cgit