From 10f8162124cd29fdf8324f03baf950cf29d34921 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Tue, 12 Jun 2001 09:51:03 +0000 Subject: Removed commented out msdfs code that was being called anyway. (This used to be commit a542f4513ab792363fd5772582c6d317aa913257) --- source3/smbd/reply.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3') 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)) -- cgit