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:
parent
87ebb195d3
commit
b709b10eb6
@ -68,7 +68,7 @@ struct ldb_dn *basedn;
|
||||
|
||||
static int check_braces(const char *string)
|
||||
{
|
||||
int b;
|
||||
size_t b;
|
||||
char *c;
|
||||
|
||||
b = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user