s3: client: Rename <oldname> to <link_target> in cmd_symlink() and cli_posix_symlink().
authorJeremy Allison <jra@samba.org>
Wed, 29 Nov 2017 21:10:25 +0000 (13:10 -0800)
committerVolker Lendecke <vl@samba.org>
Thu, 30 Nov 2017 14:30:23 +0000 (15:30 +0100)
commit8448dcaa8da78bcb84fca6a000c75e256bce1e77
treeaef27afa59c1160894787eca5ec770cd32d7546c
parentd7a5cd589b7b16d625dbc64dac21a1384519e32b
s3: client: Rename <oldname> to <link_target> in cmd_symlink() and cli_posix_symlink().

Stops us from mixing up the old and new names. Only behavior change
is correcting the names printed in the error messages.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=13172

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
source3/client/client.c
source3/libsmb/clifile.c