summaryrefslogtreecommitdiffstats
path: root/examples/create_resource.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/create_resource.c')
-rw-r--r--examples/create_resource.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/create_resource.c b/examples/create_resource.c
index 905b8e2..a66a5fa 100644
--- a/examples/create_resource.c
+++ b/examples/create_resource.c
@@ -158,9 +158,10 @@ int main(int argc, char** argv)
array[3] = 5;
d->Handles.count = count;
d->Handles.data = array;
-
+/*
doc = ws_transfer_create(cl, RESOURCE_URI, d,
EXL_ExamplePolicy_TypeInfo, options);
+ */
ws_xml_dump_node_tree(stdout, ws_xml_get_doc_root(doc));
if (uri) {