summaryrefslogtreecommitdiffstats
path: root/source/smbd/reply.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2001-06-12 09:51:03 +0000
committerTim Potter <tpot@samba.org>2001-06-12 09:51:03 +0000
commita542f4513ab792363fd5772582c6d317aa913257 (patch)
treefdccfac4e15514f71f487bb4bbd1935ff9050d3c /source/smbd/reply.c
parentd989f8bd3e1524183a24fb67be1af05b3289f648 (diff)
downloadsamba-a542f4513ab792363fd5772582c6d317aa913257.tar.gz
samba-a542f4513ab792363fd5772582c6d317aa913257.tar.xz
samba-a542f4513ab792363fd5772582c6d317aa913257.zip
Removed commented out msdfs code that was being called anyway.
Diffstat (limited to 'source/smbd/reply.c')
-rw-r--r--source/smbd/reply.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/smbd/reply.c b/source/smbd/reply.c
index 9705bfd6b3d..da73a78a337 100644
--- a/source/smbd/reply.c
+++ b/source/smbd/reply.c
@@ -1149,8 +1149,6 @@ int reply_getatr(connection_struct *conn, char *inbuf,char *outbuf, int dum_size
RESOLVE_DFSPATH(fname, conn, inbuf, outbuf);
- /* if((SVAL(inbuf,smb_flg2) & FLAGS2_DFS_PATHNAMES) && dfs_redirect(fname,conn)) return(dfs_path_error(inbuf,outbuf));
- */
/* dos smetimes asks for a stat of "" - it returns a "hidden directory"
under WfWg - weird! */
if (! (*fname))