summaryrefslogtreecommitdiff
path: root/source3/smbd/proto.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2012-05-23 13:22:47 +0200
committerStefan Metzmacher <metze@samba.org>2012-05-24 16:14:01 +0200
commita95b2ba043ce843149fef4821cc25823c53cf994 (patch)
treeaadff73ee71f5df60013836b1c2116d9ba295c4e /source3/smbd/proto.h
parent758d61201f7b51da6ce74aee2d18c5125d72522e (diff)
downloadsamba-a95b2ba043ce843149fef4821cc25823c53cf994.tar.gz
samba-a95b2ba043ce843149fef4821cc25823c53cf994.tar.bz2
samba-a95b2ba043ce843149fef4821cc25823c53cf994.zip
s3:smbd/msdfs: pass allow_broken_path to resolve_dfspath_wcard()
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Thu May 24 16:14:01 CEST 2012 on sn-devel-104
Diffstat (limited to 'source3/smbd/proto.h')
-rw-r--r--source3/smbd/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h
index c5ca6b7176..60f9a7d767 100644
--- a/source3/smbd/proto.h
+++ b/source3/smbd/proto.h
@@ -477,6 +477,7 @@ NTSTATUS resolve_dfspath_wcard(TALLOC_CTX *ctx,
bool dfs_pathnames,
const char *name_in,
bool allow_wcards,
+ bool allow_broken_path,
char **pp_name_out,
bool *ppath_contains_wcard);
NTSTATUS create_conn_struct(TALLOC_CTX *ctx,