The Samba-Bugzilla – Attachment 7927 Details for
Bug 9199
fix usage of panic action
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for v4-0-test
tmp40.diff (text/plain), 1.36 KB, created by
Stefan Metzmacher
on 2012-09-24 00:36:30 UTC
(
hide
)
Description:
Patch for v4-0-test
Filename:
MIME Type:
Creator:
Stefan Metzmacher
Created:
2012-09-24 00:36:30 UTC
Size:
1.36 KB
patch
obsolete
>From a439c802302a534ea1a253d3c9ebe4991588ed36 Mon Sep 17 00:00:00 2001 >From: Matthieu Patou <mat@matws.net> >Date: Mon, 17 Sep 2012 16:51:02 -0700 >Subject: [PATCH] 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 >(cherry picked from commit 2a7484eb7286a6896826ad1ed15aa7b1760a451c) >--- > lib/param/loadparm.c | 2 +- > source3/param/loadparm.c | 1 - > 2 files changed, 1 insertion(+), 2 deletions(-) > >diff --git a/lib/param/loadparm.c b/lib/param/loadparm.c >index 990dd29..b2e4218 100644 >--- a/lib/param/loadparm.c >+++ b/lib/param/loadparm.c >@@ -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); > >diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c >index f1999ad..61606ce 100644 >--- a/source3/param/loadparm.c >+++ b/source3/param/loadparm.c >@@ -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" >-- >1.7.9.5 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Flags:
mat
:
review+
Actions:
View
Attachments on
bug 9199
: 7927