libsmb: Make SMBC_dlist_contains return bool
authorVolker Lendecke <vl@samba.org>
Fri, 21 Feb 2020 21:13:49 +0000 (22:13 +0100)
committerJeremy Allison <jra@samba.org>
Tue, 25 Feb 2020 17:44:44 +0000 (17:44 +0000)
commit427e10e8e3250d791134efcbbc34e07714d8eebf
treec070ae509e9f56404b4873dc6e623197c18653fe
parentc3a2cc9ba2fa8d1bfd25f4457bb13753e8ed0db1
libsmb: Make SMBC_dlist_contains return bool

It returned True/False, and is used as boolean only. Modernize
formatting a bit.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/include/libsmb_internal.h
source3/libsmb/libsmb_misc.c