mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
panic action is defined as GLOBAL_VAR(szPanicAction) not GLOBAL_VAR(panic_action)
Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Tue Sep 18 06:12:00 CEST 2012 on sn-devel-104
This commit is contained in:
parent
5695691005
commit
2a7484eb72
@ -2295,7 +2295,7 @@ static bool lpcfg_update(struct loadparm_context *lp_ctx)
|
||||
return true;
|
||||
}
|
||||
|
||||
panic_action = lp_ctx->globals->panic_action;
|
||||
panic_action = lp_ctx->globals->szPanicAction;
|
||||
|
||||
reload_charcnv(lp_ctx);
|
||||
|
||||
|
@ -131,7 +131,6 @@ static bool defaults_saved = false;
|
||||
char *tls_cafile; \
|
||||
char *tls_crlfile; \
|
||||
char *tls_dhpfile; \
|
||||
char *panic_action; \
|
||||
int bPreferredMaster;
|
||||
|
||||
#include "param/param_global.h"
|
||||
|
Loading…
Reference in New Issue
Block a user