diff options
author | Andrew Bartlett <abartlet@samba.org> | 2013-12-24 16:03:45 +1300 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-01-24 16:18:51 -0800 |
commit | b8ccd205eec29ca69966ee04e2f9e00fef8b2745 (patch) | |
tree | 35d2eb0104b91588cb9344875f776912cbd36768 /lib/param/param_functions.c | |
parent | bdd254d0bbb7423e6a7d054303319a7bc2d56f37 (diff) | |
download | samba-b8ccd205eec29ca69966ee04e2f9e00fef8b2745.tar.gz samba-b8ccd205eec29ca69966ee04e2f9e00fef8b2745.tar.xz samba-b8ccd205eec29ca69966ee04e2f9e00fef8b2745.zip |
param: Rename variable used for lp_debug_pid bDebugPid
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'lib/param/param_functions.c')
-rw-r--r-- | lib/param/param_functions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/param/param_functions.c b/lib/param/param_functions.c index dac2bad954..fd88adf6a6 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -168,7 +168,7 @@ FN_GLOBAL_BOOL(clustering, clustering) FN_GLOBAL_BOOL(create_krb5_conf, create_krb5_conf) FN_GLOBAL_BOOL(debug_class, debug_class) FN_GLOBAL_BOOL(debug_hires_timestamp, debug_hires_timestamp) -FN_GLOBAL_BOOL(debug_pid, bDebugPid) +FN_GLOBAL_BOOL(debug_pid, debug_pid) FN_GLOBAL_BOOL(debug_prefix_timestamp, bDebugPrefixTimestamp) FN_GLOBAL_BOOL(debug_uid, bDebugUid) FN_GLOBAL_BOOL(defer_sharing_violations, bDeferSharingViolations) |