1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

lib: Align integer types

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
Volker Lendecke 2020-01-24 11:49:58 +01:00 committed by Andreas Schneider
parent bf531c249d
commit 30940e7280

View File

@ -680,8 +680,7 @@ int ipstr_list_parse(const char *ipstr_list, struct ip_service **ip_list)
{
TALLOC_CTX *frame;
char *token_str = NULL;
size_t count;
int i;
size_t i, count;
if (!ipstr_list || !ip_list)
return 0;