]> git.ipfire.org Git - thirdparty/samba.git/commit
s3: smbd: In SMB1 reply_copy(), make req->posix_pathnames a helper variable.
authorJeremy Allison <jra@samba.org>
Tue, 9 Nov 2021 22:21:41 +0000 (14:21 -0800)
committerRalph Boehme <slow@samba.org>
Tue, 16 Nov 2021 20:21:37 +0000 (20:21 +0000)
commitd0d8f32d8f764bb2c9c00a3eda36367a7cd5a08f
tree3d09e8c445561f90f828cbde6f45d44bb365f3aa
parent826ae5c80694093f65809b314c72fd5e1cb45b47
s3: smbd: In SMB1 reply_copy(), make req->posix_pathnames a helper variable.

I need to use it elsewhere in here.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/smbd/reply.c