mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +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:
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:
|
||||
# This is a value that isn't even in length
|
||||
error_count += 1
|
||||
self.err_odd_userParameters(obj, attrname, obj[attrname])
|
||||
self.err_odd_userParameters(obj, attrname)
|
||||
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]:
|
||||
|
Loading…
Reference in New Issue
Block a user