dsdb: Simplify DsCrackNameOneFilter a bit
authorVolker Lendecke <vl@samba.org>
Sat, 3 Nov 2012 08:36:29 +0000 (09:36 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 5 Nov 2012 21:27:44 +0000 (08:27 +1100)
commit26faa8fe3a42f9d1278d81773c8808b05fcd76f8
tree4b7222ee29c164059b29a169d73f954aee14dca8
parentec3cbb6c476698523c9b5ac047787df101746891
dsdb: Simplify DsCrackNameOneFilter a bit

For me "else" branches clutter my flow reading code. If we do a hard
return at the end of an "if" branch, "else" is not required.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/dsdb/samdb/cracknames.c