From 3fd4d76cffb50f419603b6a02dc79defc9dce7a3 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Mon, 11 Dec 2006 04:58:57 +0000 Subject: - added example for create with serialization - fixed create function in CLI --- src/wsman.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/wsman.c b/src/wsman.c index 67fd0b0..2a804d8 100644 --- a/src/wsman.c +++ b/src/wsman.c @@ -224,7 +224,7 @@ main(int argc, char **argv) } break; case WSMAN_ACTION_TRANSFER_CREATE: - doc = ws_transfer_create(cl, resource_uri, options); + doc = ws_transfer_create(cl, resource_uri, NULL, NULL, options); if (doc) { wsman_output(doc); ws_xml_destroy_doc(doc); -- cgit