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:
parent
bf531c249d
commit
30940e7280
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user