mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
fix braino in last commit.
Beaten with clue-stick by: Davidxu
This commit is contained in:
parent
40f018905b
commit
e4e2c61313
1 changed files with 1 additions and 1 deletions
|
|
@ -579,7 +579,7 @@ again:
|
|||
* start scanning a bit up to leave room for NVidia and
|
||||
* Wine, which still user the "Blat" method of allocation.
|
||||
*/
|
||||
for (i = NLDT + 1; i < pldt->ldt_len; ++i) {
|
||||
for (i = NLDT; i < pldt->ldt_len; ++i) {
|
||||
if (dp->sd.sd_type == SDT_SYSNULL)
|
||||
break;
|
||||
dp++;
|
||||
|
|
|
|||
Loading…
Reference in a new issue