From: Jeremy Allison Date: Tue, 22 Feb 2005 20:54:06 +0000 (+0000) Subject: r5508: Typo - ZERO_STRUCT -> ZERO_STRUCTP. X-Git-Tag: samba-misc-tags/initial-v3-0-unstable~5241 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=76e1d90aef45ccc089492d962e0f284e2e4d8e7a;p=thirdparty%2Fsamba.git r5508: Typo - ZERO_STRUCT -> ZERO_STRUCTP. Jeremy. --- diff --git a/source/smbd/dir.c b/source/smbd/dir.c index fb1a7000749..7dde18f4306 100644 --- a/source/smbd/dir.c +++ b/source/smbd/dir.c @@ -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. */