Minor fix

This commit is contained in:
Nodir Temirkhodjaev 2014-12-30 16:15:41 +05:00
parent 1c9c7ca9d7
commit d4f2ff6d6e

View File

@ -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;
}