From e4eb43747ba85454957ffb66be1ecfe6e0eef8ff Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Fri, 23 Dec 2016 23:12:37 +0100 Subject: Fix wrong handling of global BlockIo devices list --- DcsInt/DcsInt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3