diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2002-04-11 10:00:44 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2002-04-11 10:00:44 +0000 |
| commit | 31c41f1b1ed0fb9c6d469d084f680bf34ee3ab0e (patch) | |
| tree | 2ab1cf9c6a3b3de4e7f82347de7051764ea173e5 | |
| parent | 2ab188f529b8fc322585198e37f8f9a9464d0aa0 (diff) | |
Notes
| -rw-r--r-- | sys/boot/common/module.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/boot/common/module.c b/sys/boot/common/module.c index b294048defa1..dbbf62964acf 100644 --- a/sys/boot/common/module.c +++ b/sys/boot/common/module.c @@ -937,6 +937,8 @@ moduledir_rebuild(void) mdp->d_flags = 0; STAILQ_INSERT_TAIL(&moduledir_list, mdp, d_link); } + if (*ep == 0) + break; } /* * Delete unused directories if any |
