1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-21 18:04:06 +03:00

s3: Fix an error message in smbclient symlink

This commit is contained in:
Volker Lendecke 2011-06-24 17:01:44 +02:00
parent daec41c846
commit c8d374a0f2

View File

@ -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;
}