r23523: Gaa -- had renamed "name" to "path" and apparently not compiled after
authorVolker Lendecke <vlendec@samba.org>
Sat, 16 Jun 2007 18:19:42 +0000 (18:19 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:23:25 +0000 (12:23 -0500)
that....

Volker

source/smbd/reply.c

index b826cc7bdadcfc4e6e9d81a50926c292d04831e8..e2b7084f114ad146c3c045711214d291ad5e35fc 100644 (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);