mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Missing "return 0"
Big pointy hat to: jmallett Spotted by: peter
This commit is contained in:
parent
7dc95357f8
commit
9e4789cc2f
1 changed files with 1 additions and 0 deletions
|
|
@ -120,6 +120,7 @@ ufs_disk_fillout(struct uufsd *disk, const char *name)
|
|||
ERROR(disk, "could not read superblock to fill out disk");
|
||||
return -1;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
int
|
||||
|
|
|
|||
Loading…
Reference in a new issue