summaryrefslogtreecommitdiffstats
path: root/source3/smbd/vfs.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2010-02-11 15:16:23 -0800
committerJeremy Allison <jra@samba.org>2010-02-11 15:16:23 -0800
commita6f402ad87ff0ae14d57d97278d67d0ceaaa1d82 (patch)
tree7fdfb01de6c8b093ebab210fae4e8b6df91b1b51 /source3/smbd/vfs.c
parent4ff7f6ed3634f9a45b1ebdc965152bbada72b49d (diff)
downloadsamba-a6f402ad87ff0ae14d57d97278d67d0ceaaa1d82.tar.gz
samba-a6f402ad87ff0ae14d57d97278d67d0ceaaa1d82.tar.xz
samba-a6f402ad87ff0ae14d57d97278d67d0ceaaa1d82.zip
Remove lp_safe_widelinks() -> convert to just lp_widelinks. Suggestion from Volker.
Create widelinks_warning(int snum) to cover the message needed in make_connection. Jeremy.
Diffstat (limited to 'source3/smbd/vfs.c')
-rw-r--r--source3/smbd/vfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/vfs.c b/source3/smbd/vfs.c
index b575800335d..94bdb1f495c 100644
--- a/source3/smbd/vfs.c
+++ b/source3/smbd/vfs.c
@@ -928,7 +928,7 @@ NTSTATUS check_reduced_name(connection_struct *conn, const char *fname)
}
/* Check for widelinks allowed. */
- if (!lp_safe_widelinks(SNUM(conn))) {
+ if (!lp_widelinks(SNUM(conn))) {
const char *conn_rootdir;
conn_rootdir = SMB_VFS_CONNECTPATH(conn, fname);