mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-15 22:09:31 -04:00
seed is not always used rt42703
This commit is contained in:
parent
63fc155616
commit
a3a12fa575
1 changed files with 1 additions and 0 deletions
|
|
@ -120,6 +120,7 @@ isc_random_seed(isc_uint32_t seed) {
|
|||
* the OS itself is supposed to seed the RNG and it is assumed
|
||||
* that no explicit seeding is required.
|
||||
*/
|
||||
UNUSED(seed);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue