From: Volker Lendecke Date: Sat, 16 Jun 2007 18:19:42 +0000 (+0000) Subject: r23523: Gaa -- had renamed "name" to "path" and apparently not compiled after X-Git-Tag: samba-misc-tags/initial-v3-0-unstable~176 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1a45ea28ced3775acd6127e05e844873ed23d40b;p=thirdparty%2Fsamba.git r23523: Gaa -- had renamed "name" to "path" and apparently not compiled after that.... Volker --- diff --git a/source/smbd/reply.c b/source/smbd/reply.c index b826cc7bdad..e2b7084f114 100644 --- a/source/smbd/reply.c +++ b/source/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);