summaryrefslogtreecommitdiff
path: root/source3/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
commit212de366c9e2f4e73650eb53729290dc4c6fe229 (patch)
treea64ad598461f2aed726de83d53ee412ae16f3b97 /source3/smbd/trans2.c
parent64b9f829cf4e9c347ef7ff095ce468de4df260a4 (diff)
downloadsamba-212de366c9e2f4e73650eb53729290dc4c6fe229.tar.gz
samba-212de366c9e2f4e73650eb53729290dc4c6fe229.tar.bz2
samba-212de366c9e2f4e73650eb53729290dc4c6fe229.zip
r5707: BUG 2425: remove ubran legend wrt to win98 and the DFS_PATHNAMES capability bit
(This used to be commit 6511bfe84a4036e0d203858aa2f604e346c9412b)
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 d493d37b73..cb9b7db472 100644
--- a/source3/smbd/trans2.c
+++ b/source3/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) {