summaryrefslogtreecommitdiff
path: root/source3/smbd/trans2.c
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2005-04-07 19:43:19 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:56:31 -0500
commitb751f95a256e0309f878ef93e6da9003fbde92d2 (patch)
tree4ca55fbe676b19efac03415a0709eac42faab89d /source3/smbd/trans2.c
parente79e98a9f6d5a3e619d454259a6affa2428e0ea9 (diff)
downloadsamba-b751f95a256e0309f878ef93e6da9003fbde92d2.tar.gz
samba-b751f95a256e0309f878ef93e6da9003fbde92d2.tar.bz2
samba-b751f95a256e0309f878ef93e6da9003fbde92d2.zip
r6237: fix my breakage of WinXP sp2 msdfs support.
We did need the special case for RESOLVE_DFSPATH in the findfirst() code. Jeremy, please verify I haven't broken the allow_wcard code you added to resolve_dfs_path() (This used to be commit 29983398e2f7f1dc609d4d981e20f594918243bb)
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 8d673c25bd..9bc509ad54 100644
--- a/source3/smbd/trans2.c
+++ b/source3/smbd/trans2.c
@@ -1626,7 +1626,7 @@ close_if_end = %d requires_resume_key = %d level = 0x%x, max_data_bytes = %d\n",
return ERROR_NT(ntstatus);
}
- RESOLVE_DFSPATH_WCARD(directory, conn, inbuf, outbuf);
+ RESOLVE_FINDFIRST_DFSPATH(directory, conn, inbuf, outbuf);
unix_convert(directory,conn,0,&bad_path,&sbuf);
if (bad_path) {