summaryrefslogtreecommitdiffstats
path: root/source/smbd/trans2.c
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2005-03-09 15:13:23 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:55:56 -0500
commit6511bfe84a4036e0d203858aa2f604e346c9412b (patch)
tree079bc64732c030107fd35494b864feadeae144e3 /source/smbd/trans2.c
parent710ce847a79fa9e7ba488de46a2f69fc9d617e62 (diff)
downloadsamba-6511bfe84a4036e0d203858aa2f604e346c9412b.tar.gz
samba-6511bfe84a4036e0d203858aa2f604e346c9412b.tar.xz
samba-6511bfe84a4036e0d203858aa2f604e346c9412b.zip
r5707: BUG 2425: remove ubran legend wrt to win98 and the DFS_PATHNAMES capability bit
Diffstat (limited to 'source/smbd/trans2.c')
-rw-r--r--source/smbd/trans2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/smbd/trans2.c b/source/smbd/trans2.c
index d493d37b731..cb9b7db4727 100644
--- a/source/smbd/trans2.c
+++ b/source/smbd/trans2.c
@@ -1378,7 +1378,7 @@ close_if_end = %d requires_resume_key = %d level = 0x%x, max_data_bytes = %d\n",
return ERROR_NT(ntstatus);
}
- RESOLVE_FINDFIRST_DFSPATH(directory, conn, inbuf, outbuf);
+ RESOLVE_DFSPATH(directory, conn, inbuf, outbuf);
unix_convert(directory,conn,0,&bad_path,&sbuf);
if (bad_path) {