Skip to content
  • Thomas Haller's avatar
    wifi/iwd: don't check return value for nm_utils_random_bytes() · 44cd60e8
    Thomas Haller authored
    nm_utils_random_bytes() will always try its best to give some
    random numbers. A failure only means, that the kernel interfaces
    get_random() or /dev/urandom failed to provide good randomness. We
    don't really need good random numbers here, so no need to handle
    a failure.
    44cd60e8