parent
4b511143b8
commit
3a1dbb1354
1 changed files with 1 additions and 1 deletions
|
@ -252,7 +252,7 @@ test_unit(void)
|
||||||
DEBUG_LOG("iteration %d, %d", i, j);
|
DEBUG_LOG("iteration %d, %d", i, j);
|
||||||
|
|
||||||
interleaved = random() % 2 && (inst->mode != MODE_CLIENT ||
|
interleaved = random() % 2 && (inst->mode != MODE_CLIENT ||
|
||||||
inst->tx_count <= MAX_CLIENT_INTERLEAVED_TX);
|
inst->tx_count < MAX_CLIENT_INTERLEAVED_TX);
|
||||||
authenticated = random() % 2;
|
authenticated = random() % 2;
|
||||||
valid = (!interleaved || (source.params.interleaved && has_updated)) &&
|
valid = (!interleaved || (source.params.interleaved && has_updated)) &&
|
||||||
(!source.params.authkey || authenticated);
|
(!source.params.authkey || authenticated);
|
||||||
|
|
Loading…
Reference in a new issue