mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
- Release the spin lock before calling NCETimeout
- Should fix the crash Wax had when using the kvmnet driver svn path=/branches/aicom-network-fixes/; revision=36215
This commit is contained in:
@@ -157,7 +157,9 @@ VOID NBTimeout(VOID)
|
||||
NCE->EventTimer--;
|
||||
if (NCE->EventTimer == 0) {
|
||||
/* Call timeout handler for NCE */
|
||||
TcpipReleaseSpinLock(&NeighborCache[i].Lock, OldIrql);
|
||||
NCETimeout(NCE);
|
||||
TcpipAcquireSpinLock(&NeighborCache[i].Lock, &OldIrql);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user