mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
lib: Fix a signed/unsigned hickup
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
This commit is contained in:
parent
197304c922
commit
ac521c2d7d
@ -628,7 +628,7 @@ utility lists registered debug class names's
|
||||
char *debug_list_class_names_and_levels(void)
|
||||
{
|
||||
char *buf = NULL;
|
||||
unsigned int i;
|
||||
int i;
|
||||
/* prepare strings */
|
||||
for (i = 0; i < debug_num_classes; i++) {
|
||||
buf = talloc_asprintf_append(buf,
|
||||
|
Loading…
Reference in New Issue
Block a user