The Samba-Bugzilla – Attachment 14953 Details for
Bug 13837
Samba 4.9.5 - Error on samba-tool with python 2.6
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for bug 13845 variant
0001-py-uptodateness-use-2.6-compatible-dictionary-constr.patch (text/plain), 834 bytes, created by
Douglas Bagnall
on 2019-03-19 23:19:19 UTC
(
hide
)
Description:
Patch for bug 13845 variant
Filename:
MIME Type:
Creator:
Douglas Bagnall
Created:
2019-03-19 23:19:19 UTC
Size:
834 bytes
patch
obsolete
>From bfc6e6c413fb7bb6928fcfe1e9627873d7dea40f Mon Sep 17 00:00:00 2001 >From: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> >Date: Wed, 20 Mar 2019 12:12:34 +1300 >Subject: [PATCH] py/uptodateness: use 2.6 compatible dictionary construction > >Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> >--- > python/samba/uptodateness.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/python/samba/uptodateness.py b/python/samba/uptodateness.py >index 3964bd7d6db..ced902bb3e4 100644 >--- a/python/samba/uptodateness.py >+++ b/python/samba/uptodateness.py >@@ -194,6 +194,6 @@ def get_utdv_summary(distances, filters=None): > } > > if filters: >- return {key: summary[key] for key in filters} >+ return dict((key, summary[key]) for key in filters) > else: > return summary >-- >2.17.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
Actions:
View
Attachments on
bug 13837
:
14952
|
14953
|
14976
|
14983
|
14993
|
14994
|
15002
|
15003
|
15004