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_table.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_table.c')
-rw-r--r-- | lib/param/param_table.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/param/param_table.c b/lib/param/param_table.c index 76641ef811..9c8e1029ba 100644 --- a/lib/param/param_table.c +++ b/lib/param/param_table.c @@ -1229,7 +1229,7 @@ static struct parm_struct parm_table[] = { .label = "debug pid", .type = P_BOOL, .p_class = P_GLOBAL, - .offset = GLOBAL_VAR(bDebugPid), + .offset = GLOBAL_VAR(debug_pid), .special = NULL, .enum_list = NULL, .flags = FLAG_ADVANCED, |