Author: vlendec
Date: 2007-01-08 13:18:23 +0000 (Mon, 08 Jan 2007)
New Revision: 20606

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=20606

Log:
bad_path == True has been covered further up in reply_setatr.

I'm checking in micro-steps to make them independently checkable. This code
just very severely needs cleanup, but I don't want to break anything. So, be
patient with me, please :-)

Volker

Modified:
   branches/SAMBA_3_0/source/smbd/reply.c


Changeset:
Modified: branches/SAMBA_3_0/source/smbd/reply.c
===================================================================
--- branches/SAMBA_3_0/source/smbd/reply.c      2007-01-08 13:05:36 UTC (rev 
20605)
+++ branches/SAMBA_3_0/source/smbd/reply.c      2007-01-08 13:18:23 UTC (rev 
20606)
@@ -1032,7 +1032,8 @@
   
        if (!ok) {
                END_PROFILE(SMBsetatr);
-               return set_bad_path_error(errno, bad_path, outbuf, ERRDOS, 
ERRnoaccess);
+               return set_bad_path_error(errno, False, outbuf,
+                                         ERRDOS, ERRnoaccess);
        }
  
        outsize = set_message(outbuf,0,0,False);

Reply via email to