diff options
author | Simo Sorce <idra@samba.org> | 2010-02-11 16:12:29 -0500 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2010-02-11 16:27:17 -0500 |
commit | 5d92d969dda450cc3564dd2265d2b042d832c542 (patch) | |
tree | a7e62129dce16e8b9509db7ac3d85566ca38a2ac /source3/include | |
parent | 94865e4dbd3d721c9855aada8c55e02be8b3881e (diff) | |
download | samba-5d92d969dda450cc3564dd2265d2b042d832c542.tar.gz samba-5d92d969dda450cc3564dd2265d2b042d832c542.tar.bz2 samba-5d92d969dda450cc3564dd2265d2b042d832c542.zip |
Introduce lp_safe_widelinks()
This way we avoid any chance that a configuration reload may turn
back on wide links when unix extensions are enabled.
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 95519e318f..3549ea6c62 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -4393,6 +4393,7 @@ void lp_set_posix_default_cifsx_readwrite_locktype(enum brl_flavour val); int lp_min_receive_file_size(void); char* lp_perfcount_module(void); void lp_set_passdb_backend(const char *backend); +bool lp_safe_widelinks(int snum); /* The following definitions come from param/util.c */ |