mirror of
https://github.com/samba-team/samba.git
synced 2025-07-30 19:42:05 +03:00
r23523: Gaa -- had renamed "name" to "path" and apparently not compiled after
that.... Volker
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
34a13c82a3
commit
1a45ea28ce
@ -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);
|
||||
|
Reference in New Issue
Block a user