svn commit: samba r5508 - in branches/SAMBA_3_0/source/smbd: .

jra at samba.org jra at samba.org
Tue Feb 22 20:54:07 GMT 2005


Author: jra
Date: 2005-02-22 20:54:06 +0000 (Tue, 22 Feb 2005)
New Revision: 5508

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

Log:
Typo - ZERO_STRUCT -> ZERO_STRUCTP.
Jeremy.

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


Changeset:
Modified: branches/SAMBA_3_0/source/smbd/dir.c
===================================================================
--- branches/SAMBA_3_0/source/smbd/dir.c	2005-02-22 20:53:50 UTC (rev 5507)
+++ branches/SAMBA_3_0/source/smbd/dir.c	2005-02-22 20:54:06 UTC (rev 5508)
@@ -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