s3: smbd: Add lp_smb2_unix_extensions() function. Always returns false for now.
authorJeremy Allison <jra@samba.org>
Thu, 27 Jan 2022 18:03:36 +0000 (10:03 -0800)
committerAndreas Schneider <asn@cryptomilk.org>
Tue, 1 Feb 2022 16:30:37 +0000 (16:30 +0000)
commit955f08866d56fe2c232a2b7b2ca69b4421c8092b
tree5221fc172f70740c33c941cd9b86c03db6ffdcc5
parent2e72b9cd2d29da953a92c21204e79913ab83b99e
s3: smbd: Add lp_smb2_unix_extensions() function. Always returns false for now.

For now *always* returns false. This allows me to
add code into smbd contingent on lp_smb2_unix_extensions()
which I know will not be executed until all the parts
are in place. Then the real parameter can be added
(default to off) and testing added.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
source3/param/loadparm.c
source3/param/loadparm.h