mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
The got_siginfo = 0 should have been got_sigalarm=0 to match the other
passes. Submitted by: Dworkin Muller
This commit is contained in:
parent
042b7b1af0
commit
e94598bb16
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ pass1b(void)
|
|||
if (got_sigalarm) {
|
||||
setproctitle("%s p1b %d%%", cdevname,
|
||||
c * 100 / sblock.fs_ncg);
|
||||
got_siginfo = 0;
|
||||
got_sigalarm = 0;
|
||||
}
|
||||
for (i = 0; i < sblock.fs_ipg; i++, inumber++) {
|
||||
if (inumber < ROOTINO)
|
||||
|
|
|
|||
Loading…
Reference in a new issue