]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
r5508: Typo - ZERO_STRUCT -> ZERO_STRUCTP.
authorJeremy Allison <jra@samba.org>
Tue, 22 Feb 2005 20:54:06 +0000 (20:54 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:55:43 +0000 (10:55 -0500)
Jeremy.

source/smbd/dir.c

index fb1a7000749bcb413d2a8033f73f59a4f1f4251d..7dde18f4306600fcb642b3d8c97d882e6815f175 100644 (file)
@@ -902,7 +902,7 @@ BOOL is_visible_file(connection_struct *conn, const char *dir_path, const char *
        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. */