mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Flush stdout at the end of the update phase to prevent possible
duplicate output when "quotacheck -a -v" is used. Approved by: re (bmah)
This commit is contained in:
parent
1f0ea148f2
commit
4e41e905d8
1 changed files with 1 additions and 0 deletions
|
|
@ -405,6 +405,7 @@ chkquota(fsname, mntpt, qnp)
|
|||
if (qnp->flags & HASGRP)
|
||||
errs += update(mntpt, qnp->grpqfname, GRPQUOTA);
|
||||
close(fi);
|
||||
(void)fflush(stdout);
|
||||
return (errs);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue