Fix compiling with AAC_DEBUG.
This commit is contained in:
parent
a416909903
commit
bb9f4664e2
@ -265,7 +265,7 @@ aac_startup(void *arg)
|
||||
}
|
||||
/* check response size */
|
||||
if (rsize != sizeof(mir)) {
|
||||
debug(2, "container info response wrong size (%d should be %d)", rsize, sizeof(*mir));
|
||||
debug(2, "container info response wrong size (%d should be %d)", rsize, sizeof(mir));
|
||||
continue;
|
||||
}
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user