1
0
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:
Volker Lendecke
2007-06-16 18:19:42 +00:00
committed by Gerald (Jerry) Carter
parent 34a13c82a3
commit 1a45ea28ce

View File

@ -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);