pdb: Fix some "(ret == true)" to just "(ret)"
authorVolker Lendecke <vl@samba.org>
Fri, 5 Oct 2018 09:34:41 +0000 (11:34 +0200)
committerJeremy Allison <jra@samba.org>
Mon, 8 Oct 2018 20:17:11 +0000 (22:17 +0200)
commitf6137454b5aa0e3bac696723b785003ede19c9ef
treea2ade203d7587cd9a9f4ef1aec81b0a1c4f34fef
parent2329518f32d3c772ddd8d6a27c62b18ff4de221a
pdb: Fix some "(ret == true)" to just "(ret)"

"ret" is a boolean, so this should not change semantics

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/passdb/pdb_interface.c