summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/client/client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/client/client.c b/source3/client/client.c
index 15c5e9cc94..207147c6d0 100644
--- a/source3/client/client.c
+++ b/source3/client/client.c
@@ -3036,7 +3036,7 @@ static int cmd_symlink(void)
if (!NT_STATUS_IS_OK(status)) {
d_printf("%s symlinking files (%s -> %s)\n",
- nt_errstr(status), newname, newname);
+ nt_errstr(status), oldname, newname);
return 1;
}