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);
|
||||
|
||||
interleaved = random() % 2 && (inst->mode != MODE_CLIENT ||
|
||||
inst->tx_count <= MAX_CLIENT_INTERLEAVED_TX);
|
||||
inst->tx_count < MAX_CLIENT_INTERLEAVED_TX);
|
||||
authenticated = random() % 2;
|
||||
valid = (!interleaved || (source.params.interleaved && has_updated)) &&
|
||||
(!source.params.authkey || authenticated);
|
||||
|
|
Loading…
Reference in a new issue