summaryrefslogtreecommitdiff
path: root/source3/smbd/trans2.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2005-03-25 00:58:15 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:56:19 -0500
commita5433c4bf7a256880725173b96af5405c3c2eb9c (patch)
tree4fd14f2e0a946ade8e0da5e8aa0eb0140a193cb2 /source3/smbd/trans2.c
parent66e8ed2632f8efb4e749a79609eb34dc488aacdc (diff)
downloadsamba-a5433c4bf7a256880725173b96af5405c3c2eb9c.tar.gz
samba-a5433c4bf7a256880725173b96af5405c3c2eb9c.tar.bz2
samba-a5433c4bf7a256880725173b96af5405c3c2eb9c.zip
r6053: Fixup dfs path with the new wildcard parser code split out.
Jeremy. (This used to be commit e831cef618d55c362e8d3a8a4c2b9f2ed7d4d7bd)
Diffstat (limited to 'source3/smbd/trans2.c')
-rw-r--r--source3/smbd/trans2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/trans2.c b/source3/smbd/trans2.c
index 81c102a4ee..8208bf54bb 100644
--- a/source3/smbd/trans2.c
+++ b/source3/smbd/trans2.c
@@ -1562,7 +1562,7 @@ close_if_end = %d requires_resume_key = %d level = 0x%x, max_data_bytes = %d\n",
return ERROR_NT(ntstatus);
}
- RESOLVE_DFSPATH(directory, conn, inbuf, outbuf);
+ RESOLVE_DFSPATH_WCARD(directory, conn, inbuf, outbuf);
unix_convert(directory,conn,0,&bad_path,&sbuf);
if (bad_path) {