mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Changed vfc_typenum back to vfc_index. The old vfsconf struct is now
visible again, and the new vfsconf struct didn't match reality.
This commit is contained in:
parent
6f6cd52d6a
commit
0df382bd0f
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ getvfsbytype(int type)
|
|||
}
|
||||
|
||||
for(i = 0; i < _vfslistlen; i++) {
|
||||
if(_vfslist[i].vfc_typenum == type)
|
||||
if(_vfslist[i].vfc_index == type)
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue