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

s3:smbstatus fix a compiler warning

about comparison of signed with unsigned
This commit is contained in:
Christian Ambach 2012-07-13 17:32:19 +02:00
parent d0d05f8474
commit 31f0d304f1

View File

@ -191,7 +191,7 @@ static void print_brl(struct file_id id,
void *private_data)
{
static int count;
int i;
unsigned int i;
static const struct {
enum brl_type lock_type;
const char *desc;