From 63c24977ba06dba46d7080400775f8937ecee108 Mon Sep 17 00:00:00 2001 From: Garming Sam Date: Mon, 3 Feb 2014 15:46:08 +1300 Subject: param: rename lp function and variable from 'lockdir' to 'lock_directory' Signed-off-by: Garming Sam Reviewed-by: Andrew Bartlett Reviewed-by: Jeremy Allison --- source3/lib/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/lib/util.c') diff --git a/source3/lib/util.c b/source3/lib/util.c index 551beab867..42fa79c1be 100644 --- a/source3/lib/util.c +++ b/source3/lib/util.c @@ -1517,7 +1517,7 @@ static char *xx_path(const char *name, const char *rootpath) char *lock_path(const char *name) { - return xx_path(name, lp_lockdir()); + return xx_path(name, lp_lock_directory()); } /** -- cgit