crypt32: Downgrade a fixme to a warn.
This commit is contained in:
parent
86e2f94e68
commit
33f0655e2a
|
@ -413,7 +413,7 @@ static BOOL CRYPT_QueryEmbeddedMessageObject(DWORD dwObjectType,
|
||||||
|
|
||||||
if (dwObjectType != CERT_QUERY_OBJECT_FILE)
|
if (dwObjectType != CERT_QUERY_OBJECT_FILE)
|
||||||
{
|
{
|
||||||
FIXME("don't know what to do for type %d embedded signed messages\n",
|
WARN("don't know what to do for type %d embedded signed messages\n",
|
||||||
dwObjectType);
|
dwObjectType);
|
||||||
SetLastError(E_INVALIDARG);
|
SetLastError(E_INVALIDARG);
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
Loading…
Reference in New Issue