s3: smbd: Make hardlink_internals() call SMB_VFS_LINKAT() instead of SMB_VFS_LINK()
authorJeremy Allison <jra@samba.org>
Fri, 16 Aug 2019 23:16:48 +0000 (16:16 -0700)
committerJeremy Allison <jra@samba.org>
Tue, 20 Aug 2019 21:09:29 +0000 (21:09 +0000)
commitea637f002d0b0e30c29814fc6d8c137103deaa23
tree252c2f38391bea5a5bbd47a824760d8504566819
parentd4f3d6ce12b2e2d504dcdbbb9b670ceff5cf3243
s3: smbd: Make hardlink_internals() call SMB_VFS_LINKAT() instead of SMB_VFS_LINK()

Use conn->cwd_fsp as current src and dst fsp's.

No logic change for now.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Böhme <slow@samba.org>
source3/smbd/trans2.c