CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/08/24 04:02:07
Modified files:
sys/nfs : nfs_boot.c
Log message:
According the code `nfsbootdevname' is always set to network device name
we expected. Remove the `else' path from nfs_boot_init(). If
`nfsbootdevname' is not set something goes wrong and this is the panic
condition. Also we exclude the case where we can get `ifp' which we don't
expect.
OK mpi@
