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:
parent
daec41c846
commit
c8d374a0f2
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user