diff options
Diffstat (limited to 'source3/smbd/filename.c')
-rw-r--r-- | source3/smbd/filename.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/filename.c b/source3/smbd/filename.c index 733001bc91..3fb88974fe 100644 --- a/source3/smbd/filename.c +++ b/source3/smbd/filename.c @@ -92,7 +92,7 @@ BOOL unix_convert(pstring name,connection_struct *conn,char *saved_last_componen BOOL component_was_mangled = False; BOOL name_has_wildcard = False; - SET_STAT_INVALID(pst); + SET_STAT_INVALID(*pst); *dirpath = 0; *bad_path = False; |