diff options
Diffstat (limited to 'source3/smbd')
-rw-r--r-- | source3/smbd/reply.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/reply.c b/source3/smbd/reply.c index b826cc7bda..e2b7084f11 100644 --- a/source3/smbd/reply.c +++ b/source3/smbd/reply.c @@ -199,7 +199,7 @@ NTSTATUS check_path_syntax_wcard(char *path, BOOL *p_contains_wcard) set (a safe assumption). ****************************************************************************/ -NTSTATUS check_path_syntax_posix(char *name) +NTSTATUS check_path_syntax_posix(char *path) { BOOL ignore; return check_path_syntax_internal(path, True, &ignore); |