diff options
| author | Warner Losh <imp@FreeBSD.org> | 2017-12-21 04:21:59 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2017-12-21 04:21:59 +0000 |
| commit | 41ec95c47fd3bac8549d0b5d424eaa2b6420e47d (patch) | |
| tree | e8d6538e8e5f38d1fd7334fae49f88903b0c7bd9 /lib/libdevinfo | |
| parent | 5eff7c4116172df41f8ca062305562019df7dce6 (diff) | |
Notes
Diffstat (limited to 'lib/libdevinfo')
| -rw-r--r-- | lib/libdevinfo/devinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libdevinfo/devinfo.c b/lib/libdevinfo/devinfo.c index 98fe6d1f673a..bcdb735d1542 100644 --- a/lib/libdevinfo/devinfo.c +++ b/lib/libdevinfo/devinfo.c @@ -204,7 +204,7 @@ devinfo_init_devices(int generation) * Stop after a fairly insane number to avoid death in the case * of kernel corruption. */ - for (dev_idx = 0; dev_idx < 1000; dev_idx++) { + for (dev_idx = 0; dev_idx < 10000; dev_idx++) { /* * Get the device information. |
