svn commit: samba r13308 - in trunk/source/smbd: .

vlendec at samba.org vlendec at samba.org
Fri Feb 3 18:45:51 GMT 2006


Author: vlendec
Date: 2006-02-03 18:45:48 +0000 (Fri, 03 Feb 2006)
New Revision: 13308

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

Log:
Awaiting a proper fix
Modified:
   trunk/source/smbd/open.c


Changeset:
Modified: trunk/source/smbd/open.c
===================================================================
--- trunk/source/smbd/open.c	2006-02-03 15:58:41 UTC (rev 13307)
+++ trunk/source/smbd/open.c	2006-02-03 18:45:48 UTC (rev 13308)
@@ -227,6 +227,7 @@
 		/* It's a read-only share - fail if we wanted to write. */
 		if(accmode != O_RDONLY) {
 			DEBUG(3,("Permission denied opening %s\n",fname));
+			check_for_pipe(fname);
 			return False;
 		} else if(flags & O_CREAT) {
 			/* We don't want to write - but we must make sure that



More information about the samba-cvs mailing list