mirror of
https://github.com/samba-team/samba.git
synced 2025-09-04 09:44:20 +03:00
dbcheck: fix function call (right arguments)
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Noel Power <noel.power@suse.com>
This commit is contained in:
committed by
Douglas Bagnall
parent
9057b1c45e
commit
e621472cc8
@@ -2244,7 +2244,7 @@ newSuperior: %s""" % (str(from_dn), str(to_rdn), str(to_base)))
|
|||||||
elif len(obj[attrname][0]) % 2 != 0:
|
elif len(obj[attrname][0]) % 2 != 0:
|
||||||
# This is a value that isn't even in length
|
# This is a value that isn't even in length
|
||||||
error_count += 1
|
error_count += 1
|
||||||
self.err_odd_userParameters(obj, attrname, obj[attrname])
|
self.err_odd_userParameters(obj, attrname)
|
||||||
continue
|
continue
|
||||||
|
|
||||||
elif obj[attrname][0][1] == b'\x00'[0] and obj[attrname][0][2] == b'\x00'[0] and obj[attrname][0][3] == b'\x00'[0] and obj[attrname][0][4] != b'\x00'[0] and obj[attrname][0][5] == b'\x00'[0]:
|
elif obj[attrname][0][1] == b'\x00'[0] and obj[attrname][0][2] == b'\x00'[0] and obj[attrname][0][3] == b'\x00'[0] and obj[attrname][0][4] != b'\x00'[0] and obj[attrname][0][5] == b'\x00'[0]:
|
||||||
|
Reference in New Issue
Block a user