diff options
Diffstat (limited to 'source3/lib/util.c')
-rw-r--r-- | source3/lib/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
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()); } /** |