svn commit: samba r2027 - branches/SAMBA_3_0/source/smbd

jra at samba.org jra at samba.org
Tue Aug 24 23:36:33 GMT 2004


Author: jra
Date: 2004-08-24 23:36:33 +0000 (Tue, 24 Aug 2004)
New Revision: 2027

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=2027&nolog=1

Log:
Fix for but #1657, used initialized variable, from
Helmut Heinreichsberger <helmut.heinreichsberger at chello.at>.
Jeremy.

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


Changeset:
Modified: branches/SAMBA_3_0/source/smbd/open.c
===================================================================
--- branches/SAMBA_3_0/source/smbd/open.c	2004-08-24 22:48:49 UTC (rev 2026)
+++ branches/SAMBA_3_0/source/smbd/open.c	2004-08-24 23:36:33 UTC (rev 2027)
@@ -1024,7 +1024,7 @@
 			ignored */
 		if (Access)
 			*Access = DOS_OPEN_WRONLY;
-		if (action)
+		if (paction)
 			*paction = FILE_WAS_CREATED;
 		return print_fsp_open(conn, fname);
 	}



More information about the samba-cvs mailing list