]> git.ipfire.org Git - thirdparty/samba.git/commit
s3: libsmb: Make resolve_ads() return a size_t * address count.
authorJeremy Allison <jra@samba.org>
Tue, 8 Sep 2020 22:24:26 +0000 (15:24 -0700)
committerNoel Power <npower@samba.org>
Tue, 15 Sep 2020 10:09:37 +0000 (10:09 +0000)
commit1fc49be483c2bc31affe70151edfec2ef1193205
tree23ae3bce57a7f6d77951a7cfeeefa11317d71de4
parent2a1c57f6fc95cabea788fa39d9b6dd0e8a762441
s3: libsmb: Make resolve_ads() return a size_t * address count.

All resolve_XXXX() functions inside internal_resolve_name()
now use size_t and we can clean this up.

Signed-off-by: Jeremy Allison <jra@samba.org>
Signed-off-by: Noel Power<npower@samba.org>
source3/libsmb/namequery.c