mirror of
https://github.com/sheumann/hush.git
synced 2024-12-22 14:30:31 +00:00
mount: style fixes
This commit is contained in:
parent
3bc59aa2a4
commit
13b4924ce0
@ -1379,7 +1379,7 @@ static int singlemount(struct mntent *mp, int ignore_busy)
|
|||||||
for (fl = fslist; fl; fl = fl->link) {
|
for (fl = fslist; fl; fl = fl->link) {
|
||||||
mp->mnt_type = fl->data;
|
mp->mnt_type = fl->data;
|
||||||
|
|
||||||
rc = mount_it_now(mp,vfsflags, filteropts);
|
rc = mount_it_now(mp, vfsflags, filteropts);
|
||||||
if (!rc) break;
|
if (!rc) break;
|
||||||
|
|
||||||
mp->mnt_type = 0;
|
mp->mnt_type = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user