dbcheck: Directly call dn.get_rdn_{val,name}() for clarity and consistency
commit393348d11ed781d9f42049d5f996b0bab8b15d58
authorAndrew Bartlett <abartlet@samba.org>
Tue, 29 Apr 2014 21:38:34 +0000 (30 09:38 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 1 May 2014 23:19:19 +0000 (2 01:19 +0200)
tree0864ce9d142f222ae88dc4157d6d5a2b9a5e4cde
parent5b22222421c77c8c379c828c5da7e6c8c38cfb88
dbcheck: Directly call dn.get_rdn_{val,name}() for clarity and consistency

When looking for incorrect name values, this improves the previous
code by avoiding one more manual parse step, and uses less cryptic
variable names.

Andrew Bartlett

Change-Id: Iff8e571a6359a67bf173f729dc12b8787292b3cb
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Jelmer Vernooij <jelmer@samba.org>
python/samba/dbchecker.py