From c1a2e8f6da82b80a9d47bef633c17a8591c0cb3d Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 16 Jun 2007 18:19:42 +0000 Subject: r23523: Gaa -- had renamed "name" to "path" and apparently not compiled after that.... Volker (This used to be commit 1a45ea28ced3775acd6127e05e844873ed23d40b) --- source3/smbd/reply.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/smbd') 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); -- cgit