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 | bb2e797193fcab78617bcaec60412950053395dc (patch) | |
tree | ec6c3d6793b77d6bcd113096db3ed36d12a26bf4 /lib/param/loadparm.c | |
parent | bb2e4bd78f12bb8eeb6e50b12a8b93e27e00b862 (diff) | |
download | samba-bb2e797193fcab78617bcaec60412950053395dc.tar.gz samba-bb2e797193fcab78617bcaec60412950053395dc.tar.xz samba-bb2e797193fcab78617bcaec60412950053395dc.zip |
param: Rename variable used for lp_debug_uid bDebugUid
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/loadparm.c')
-rw-r--r-- | lib/param/loadparm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/param/loadparm.c b/lib/param/loadparm.c index 90ecaf1627..2d91fcb56e 100644 --- a/lib/param/loadparm.c +++ b/lib/param/loadparm.c @@ -2318,7 +2318,7 @@ static bool lpcfg_update(struct loadparm_context *lp_ctx) settings.debug_prefix_timestamp = lp_ctx->globals->debug_prefix_timestamp; settings.debug_hires_timestamp = lp_ctx->globals->debug_hires_timestamp; settings.debug_pid = lp_ctx->globals->debug_pid; - settings.debug_uid = lp_ctx->globals->bDebugUid; + settings.debug_uid = lp_ctx->globals->debug_uid; settings.debug_class = lp_ctx->globals->debug_class; debug_set_settings(&settings); |