svn commit: samba r2028 - trunk/source/smbd

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


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

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

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

Modified:
   trunk/source/smbd/open.c


Changeset:
Modified: trunk/source/smbd/open.c
===================================================================
--- trunk/source/smbd/open.c	2004-08-24 23:36:33 UTC (rev 2027)
+++ trunk/source/smbd/open.c	2004-08-24 23:36:37 UTC (rev 2028)
@@ -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