1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-25 17:57:42 +03:00

s4:utils: Fix size types

This fixes compilation with -Wstrict-overflow=2

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Andreas Schneider 2017-12-07 17:45:45 +01:00 committed by Jeremy Allison
parent 87ebb195d3
commit b709b10eb6

View File

@ -68,7 +68,7 @@ struct ldb_dn *basedn;
static int check_braces(const char *string)
{
int b;
size_t b;
char *c;
b = 0;