diff options
| author | Garming Sam <garming@catalyst.net.nz> | 2014-02-03 15:57:21 +1300 |
|---|---|---|
| committer | Jeremy Allison <jra@samba.org> | 2014-02-07 16:19:11 -0800 |
| commit | ca20ddbe910b5fbd29e1bd0f1ef39d4d3720ebaa (patch) | |
| tree | febb2ce60142c463d7392c6e114544ada4484fb4 /lib/param | |
| parent | 8b8ebb47981a8242679697b229c692c2ee022d1c (diff) | |
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>
Diffstat (limited to 'lib/param')
| -rw-r--r-- | lib/param/param_functions.c | 2 | ||||
| -rw-r--r-- | lib/param/param_table.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/param/param_functions.c b/lib/param/param_functions.c index 8e0bdae3e4..b52263066e 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -256,7 +256,7 @@ FN_GLOBAL_CONST_STRING(netbios_scope, netbios_scope) FN_GLOBAL_CONST_STRING(ntp_signd_socket_directory, ntp_signd_socket_directory) FN_GLOBAL_CONST_STRING(passdb_backend, passdb_backend) FN_GLOBAL_CONST_STRING(password_server, password_server) -FN_GLOBAL_CONST_STRING(piddir, piddir) +FN_GLOBAL_CONST_STRING(pid_directory, pid_directory) FN_GLOBAL_CONST_STRING(private_dir, private_dir) FN_GLOBAL_CONST_STRING(realm, realm) FN_GLOBAL_CONST_STRING(smb_passwd_file, smb_passwd_file) diff --git a/lib/param/param_table.c b/lib/param/param_table.c index 356ab0fa88..f8f38ed021 100644 --- a/lib/param/param_table.c +++ b/lib/param/param_table.c @@ -3334,7 +3334,7 @@ static struct parm_struct parm_table[] = { .label = "pid directory", .type = P_STRING, .p_class = P_GLOBAL, - .offset = GLOBAL_VAR(piddir), + .offset = GLOBAL_VAR(pid_directory), .special = NULL, .enum_list = NULL, .flags = FLAG_ADVANCED, |
