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

vlendec at samba.org vlendec at samba.org
Fri May 19 12:43:32 GMT 2006


Author: vlendec
Date: 2006-05-19 12:43:32 +0000 (Fri, 19 May 2006)
New Revision: 15707

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

Log:
set_saved_error_triple(0, 0, status); has the same meaning as
set_saved_ntstatus(status);...

Volker


Modified:
   trunk/source/smbd/open.c


Changeset:
Modified: trunk/source/smbd/open.c
===================================================================
--- trunk/source/smbd/open.c	2006-05-19 07:47:28 UTC (rev 15706)
+++ trunk/source/smbd/open.c	2006-05-19 12:43:32 UTC (rev 15707)
@@ -1918,7 +1918,7 @@
 				 "Error was %s\n", fname, strerror(errno) ));
 			/* Ensure we return the correct NT status to the
 			 * client. */
-			set_saved_error_triple(0, 0, status);
+			set_saved_ntstatus(status);
 			return NULL;
 		}
 



More information about the samba-cvs mailing list