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 | a542f4513ab792363fd5772582c6d317aa913257 (patch) | |
tree | fdccfac4e15514f71f487bb4bbd1935ff9050d3c | |
parent | d989f8bd3e1524183a24fb67be1af05b3289f648 (diff) | |
download | samba-a542f4513ab792363fd5772582c6d317aa913257.tar.gz samba-a542f4513ab792363fd5772582c6d317aa913257.tar.xz samba-a542f4513ab792363fd5772582c6d317aa913257.zip |
Removed commented out msdfs code that was being called anyway.
-rw-r--r-- | source/smbd/reply.c | 2 |
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)) |