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

jra at samba.org jra at samba.org
Tue Feb 22 20:53:50 GMT 2005


Author: jra
Date: 2005-02-22 20:53:50 +0000 (Tue, 22 Feb 2005)
New Revision: 5507

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

Log:
Typo - ZERO_STRUCT -> ZERO_STRUCTP.
Jeremy.

Modified:
   trunk/source/smbd/dir.c


Changeset:
Modified: trunk/source/smbd/dir.c
===================================================================
--- trunk/source/smbd/dir.c	2005-02-22 19:44:14 UTC (rev 5506)
+++ trunk/source/smbd/dir.c	2005-02-22 20:53:50 UTC (rev 5507)
@@ -902,7 +902,7 @@
 	BOOL hide_unwriteable = lp_hideunwriteable_files(SNUM(conn));
 	BOOL hide_special = lp_hide_special_files(SNUM(conn));
 
-	ZERO_STRUCT(pst);
+	ZERO_STRUCTP(pst);
 
 	if ((strcmp(".",name) == 0) || (strcmp("..",name) == 0)) {
 		return True; /* . and .. are always visible. */



More information about the samba-cvs mailing list