crypt32: Add missing break.
This commit is contained in:
parent
b82bfa3455
commit
d49c9d59d1
|
@ -972,6 +972,7 @@ static BOOL compare_cert_by_cert_id(PCCERT_CONTEXT pCertContext, DWORD dwType,
|
|||
}
|
||||
else
|
||||
ret = FALSE;
|
||||
break;
|
||||
}
|
||||
default:
|
||||
ret = FALSE;
|
||||
|
|
Loading…
Reference in New Issue