The branch, master has been updated
via ec69abe samba-tool drs showrepl: correctly report failing repsFrom
from c5fa4b1 s3: lib/ctdbd_conn: include .h, not .c
https://git.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit ec69abec7cb1323ac33329dd113bdcccaa048293
Author: Andrew Bartlett <[email protected]>
Date: Wed Jul 4 11:45:14 2018 +1200
samba-tool drs showrepl: correctly report failing repsFrom
Hopefully this fixes the flapping test.
Signed-off-by: Andrew Bartlett <[email protected]>
Reviewed-by: Douglas Bagnall <[email protected]>
Autobuild-User(master): Douglas Bagnall <[email protected]>
Autobuild-Date(master): Wed Jul 4 04:43:39 CEST 2018 on sn-devel-144
-----------------------------------------------------------------------
Summary of changes:
python/samba/netcmd/drs.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Changeset truncated at 500 lines:
diff --git a/python/samba/netcmd/drs.py b/python/samba/netcmd/drs.py
index 664a710..b8793b7 100644
--- a/python/samba/netcmd/drs.py
+++ b/python/samba/netcmd/drs.py
@@ -229,7 +229,7 @@ class cmd_drs_showrepl(Command):
if rep['is deleted']:
continue
if rep["consecutive failures"] != 0 or rep["last success"] ==
0:
- failing_repsto.append(rep)
+ failing_repsfrom.append(rep)
if failing_repsto or failing_repsfrom:
self.message(colour.c_RED("There are failing connections"))
--
Samba Shared Repository