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:
parent
360800592c
commit
76e1d90aef
@ -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. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user