1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-17 02:05:21 +03:00

r5508: Typo - ZERO_STRUCT -> ZERO_STRUCTP.

Jeremy.
This commit is contained in:
Jeremy Allison 2005-02-22 20:54:06 +00:00 committed by Gerald (Jerry) Carter
parent 360800592c
commit 76e1d90aef

View 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. */