The Samba-Bugzilla – Attachment 11172 Details for
Bug 11170
testparm --show-all-parameters ends with Segmentation fault
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Backported patches for 4.1 and 4.2
11170_v4_0_4_1.patch (text/plain), 1.20 KB, created by
Christian Ambach
on 2015-06-18 21:32:00 UTC
(
hide
)
Description:
Backported patches for 4.1 and 4.2
Filename:
MIME Type:
Creator:
Christian Ambach
Created:
2015-06-18 21:32:00 UTC
Size:
1.20 KB
patch
obsolete
>From 7fab6f2d75aa4656a60fb194cbfd20b1bcd936b2 Mon Sep 17 00:00:00 2001 >From: Christian Ambach <ambi@samba.org> >Date: Mon, 8 Jun 2015 23:48:54 +0200 >Subject: [PATCH] s3:param/loadparm fix testparm --show-all-parameters > >it didn't know about the new types of config parameters > >BUG: https://bugzilla.samba.org/show_bug.cgi?id=11170 > >Signed-off-by: Christian Ambach <ambi@samba.org> >Reviewed-by: Michael Adam <obnox@samba.org> > >Autobuild-User(master): Michael Adam <obnox@samba.org> >Autobuild-Date(master): Tue Jun 9 11:49:18 CEST 2015 on sn-devel-104 >--- > source3/param/loadparm.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c >index 4b31023..bed39a4 100644 >--- a/source3/param/loadparm.c >+++ b/source3/param/loadparm.c >@@ -2030,7 +2030,7 @@ static void show_parameter(int parmIndex) > bool inverse; > const char *type[] = { "P_BOOL", "P_BOOLREV", "P_CHAR", "P_INTEGER", > "P_OCTAL", "P_LIST", "P_STRING", "P_USTRING", >- "P_ENUM", "P_SEP"}; >+ "P_ENUM", "P_BYTES", "P_CMDLIST", "P_SEP" }; > unsigned flags[] = { FLAG_BASIC, FLAG_SHARE, FLAG_PRINT, FLAG_GLOBAL, > FLAG_WIZARD, FLAG_ADVANCED, FLAG_DEVELOPER, FLAG_DEPRECATED, > FLAG_HIDE}; >-- >1.9.1 >
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:
obnox
:
review+
Actions:
View
Attachments on
bug 11170
: 11172