summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wsman.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wsman.c b/src/wsman.c
index 2a804d8..cc01f9c 100644
--- a/src/wsman.c
+++ b/src/wsman.c
@@ -231,7 +231,7 @@ main(int argc, char **argv)
}
break;
case WSMAN_ACTION_TRANSFER_PUT:
- doc = ws_transfer_put(cl, resource_uri, options);
+ doc = ws_transfer_put1(cl, resource_uri, options);
if (doc) {
wsman_output(doc);
ws_xml_destroy_doc(doc);