net: Align integer types
authorVolker Lendecke <vl@samba.org>
Sun, 14 Jun 2020 08:45:39 +0000 (10:45 +0200)
committerJeremy Allison <jra@samba.org>
Mon, 15 Jun 2020 17:59:38 +0000 (17:59 +0000)
commit86008f5e6f28d7c9d756ddf25f7aaf119378b52e
treee43b50b1759cc416e54481e5a4abbe82acac0035
parentd827392f2ab8d6c9c0d61a5681ecb30bd80aa485
net: Align integer types

"i" is used to loop over an int as well. Introduce an int helper
variable that is autoconverted without warnings

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