summaryrefslogtreecommitdiff
path: root/source3/smbd/proto.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2017-05-18 12:29:50 -0700
committerJeremy Allison <jra@samba.org>2017-05-22 18:41:16 +0200
commitf2f936a961e184b6760400de9b0b72820c690b6e (patch)
tree040976ffe33d042b617f61071ff222ad29669e0f /source3/smbd/proto.h
parent0fbf5b644d67df2bd47691f4240dbcaffaecc407 (diff)
downloadsamba-f2f936a961e184b6760400de9b0b72820c690b6e.tar.gz
s3: smbd: We can now remove the 'bool dfs_path' parameter from filename_convert().
Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Uri Simchoni <uri@samba.org>
Diffstat (limited to 'source3/smbd/proto.h')
-rw-r--r--source3/smbd/proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h
index 65994364b08..0be2a49b4f3 100644
--- a/source3/smbd/proto.h
+++ b/source3/smbd/proto.h
@@ -351,7 +351,6 @@ int get_real_filename(connection_struct *conn, const char *path,
char **found_name);
NTSTATUS filename_convert(TALLOC_CTX *mem_ctx,
connection_struct *conn,
- bool dfs_path,
const char *name_in,
uint32_t ucf_flags,
bool *ppath_contains_wcard,