From d4f2ff6d6e10f94c4f8c02dbcfc4782d8250ca01 Mon Sep 17 00:00:00 2001 From: Nodir Temirkhodjaev Date: Tue, 30 Dec 2014 16:15:41 +0500 Subject: [PATCH] Minor fix --- src/drv/wipfdrv.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/drv/wipfdrv.c b/src/drv/wipfdrv.c index 9b4431f1..85c1ffe7 100644 --- a/src/drv/wipfdrv.c +++ b/src/drv/wipfdrv.c @@ -148,12 +148,10 @@ wipf_callout_classify_v4 (const FWPS_INCOMING_VALUES0 *inFixedValues, classifyOut->rights &= ~FWPS_RIGHT_ACTION_WRITE; } classifyOut->actionType = FWP_ACTION_BLOCK; - - return STATUS_SUCCESS; + } else { + classifyOut->actionType = FWP_ACTION_CONTINUE; } - classifyOut->actionType = FWP_ACTION_CONTINUE; - return STATUS_SUCCESS; }