diff options
author | Tim Potter <tpot@samba.org> | 2001-06-12 09:51:03 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2001-06-12 09:51:03 +0000 |
commit | 10f8162124cd29fdf8324f03baf950cf29d34921 (patch) | |
tree | afc5eb593575a67c7e626942c7e6d9a0b8e3fc74 /source3/smbd | |
parent | 2f99c0e602f4fe4d7a95e08d882a0669d9adad11 (diff) | |
download | samba-10f8162124cd29fdf8324f03baf950cf29d34921.tar.gz samba-10f8162124cd29fdf8324f03baf950cf29d34921.tar.bz2 samba-10f8162124cd29fdf8324f03baf950cf29d34921.zip |
Removed commented out msdfs code that was being called anyway.
(This used to be commit a542f4513ab792363fd5772582c6d317aa913257)
Diffstat (limited to 'source3/smbd')
-rw-r--r-- | source3/smbd/reply.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/smbd/reply.c b/source3/smbd/reply.c index 9705bfd6b3..da73a78a33 100644 --- a/source3/smbd/reply.c +++ b/source3/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)) |