The Samba-Bugzilla – Attachment 10449 Details for
Bug 10952
samba-tool dns serverinfo <server> is broken for IPv6 - also in mixed IPv4/IPv6 environments
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
found this obvious one during testing
0001-netcmd-dns.py-fix-enum-value.patch (text/plain), 930 bytes, created by
Guenter Kukkukk
on 2014-11-23 03:44:25 UTC
(
hide
)
Description:
found this obvious one during testing
Filename:
MIME Type:
Creator:
Guenter Kukkukk
Created:
2014-11-23 03:44:25 UTC
Size:
930 bytes
patch
obsolete
>From 45acd6afbcb57aac6777a8377897d4220d86e4bd Mon Sep 17 00:00:00 2001 >From: Guenter Kukkukk <linux@kukkukk.com> >Date: Fri, 21 Nov 2014 03:40:17 +0100 >Subject: [PATCH 1/3] netcmd/dns.py fix enum value > >DNS_ZONE_UPDATE_SECURE was used twice, DNS_ZONE_UPDATE_INSECURE was missing > >Signed-off-by: Guenter Kukkukk <linux@kukkukk.com> >--- > python/samba/netcmd/dns.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/python/samba/netcmd/dns.py b/python/samba/netcmd/dns.py >index de0c94d..f46110a 100644 >--- a/python/samba/netcmd/dns.py >+++ b/python/samba/netcmd/dns.py >@@ -89,7 +89,7 @@ def zone_type_string(zone_type): > > > def zone_update_string(zone_update): >- enum_defs = [ 'DNS_ZONE_UPDATE_OFF', 'DNS_ZONE_UPDATE_SECURE', >+ enum_defs = [ 'DNS_ZONE_UPDATE_OFF', 'DNS_ZONE_UPDATE_INSECURE', > 'DNS_ZONE_UPDATE_SECURE' ] > return enum_string(dnsp, enum_defs, zone_update) > >-- >1.8.4.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
Actions:
View
Attachments on
bug 10952
:
10449
|
10450
|
10451
|
10461
|
10462