diff options
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) |