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 'piddir' to 'pid_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
8b8ebb4798
commit
ca20ddbe91
@ -118,9 +118,9 @@ static int do_global_checks(void)
|
||||
lp_cachedir());
|
||||
}
|
||||
|
||||
if (!directory_exist_stat(lp_piddir(), &st)) {
|
||||
if (!directory_exist_stat(lp_pid_directory(), &st)) {
|
||||
fprintf(stderr, "ERROR: pid directory %s does not exist\n\n",
|
||||
lp_piddir());
|
||||
lp_pid_directory());
|
||||
ret = 1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user