mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
param: rename lp function and variable from 'lockdir' to 'lock_directory'
Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
committed by
Jeremy Allison
parent
e23c7adb1a
commit
63c24977ba
@ -114,7 +114,7 @@ static char *lpcfg_common_path(TALLOC_CTX* mem_ctx,
|
||||
char *lpcfg_lock_path(TALLOC_CTX* mem_ctx, struct loadparm_context *lp_ctx,
|
||||
const char *name)
|
||||
{
|
||||
return lpcfg_common_path(mem_ctx, lpcfg_lockdir(lp_ctx), name);
|
||||
return lpcfg_common_path(mem_ctx, lpcfg_lock_directory(lp_ctx), name);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user