VeraCrypt
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--DcsInt/DcsInt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/DcsInt/DcsInt.c b/DcsInt/DcsInt.c
index 8ece8f8..6d008cc 100644
--- a/DcsInt/DcsInt.c
+++ b/DcsInt/DcsInt.c
@@ -377,7 +377,7 @@ IntBlockIo_Hook(
DcsIntBlockIoFirst->Next = NULL;
}
else {
- DcsIntBlockIoFirst->Next = DcsIntBlockIoFirst;
+ DcsIntBlockIo->Next = DcsIntBlockIoFirst;
DcsIntBlockIoFirst = DcsIntBlockIo;
}