summaryrefslogtreecommitdiff
path: root/source3/smbd
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2007-06-16 18:19:42 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:23:25 -0500
commitc1a2e8f6da82b80a9d47bef633c17a8591c0cb3d (patch)
tree6c1f456f6dcab5b0e310022b770d27cb2ad49143 /source3/smbd
parent43e51b39892e1742a22c3fb61c4e8afc6a09edc0 (diff)
downloadsamba-c1a2e8f6da82b80a9d47bef633c17a8591c0cb3d.tar.gz
r23523: Gaa -- had renamed "name" to "path" and apparently not compiled after
that.... Volker (This used to be commit 1a45ea28ced3775acd6127e05e844873ed23d40b)
Diffstat (limited to 'source3/smbd')
-rw-r--r--source3/smbd/reply.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/reply.c b/source3/smbd/reply.c
index b826cc7bdad..e2b7084f114 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);