mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Oops, miss one rand() lcation...
This commit is contained in:
parent
bcde86b03d
commit
b496469aed
1 changed files with 1 additions and 1 deletions
|
|
@ -208,7 +208,7 @@ update()
|
|||
* Otherwise, prop jobs show up *on* entrance. Remember that
|
||||
* we don't update props on odd updates.
|
||||
*/
|
||||
if ((rand() % sp->newplane_time) == 0)
|
||||
if ((random() % sp->newplane_time) == 0)
|
||||
addplane();
|
||||
|
||||
#ifdef BSD
|
||||
|
|
|
|||
Loading…
Reference in a new issue