Do not assign variable twice

This commit is contained in:
Gabriel Kihlman
2019-03-06 14:32:42 +01:00
parent 3f7f2b633b
commit f60d2d4ff8
-2
View File
@@ -1968,8 +1968,6 @@ CK_DEFINE_FUNCTION(CK_RV, C_Sign)(
memcpy(pSignature, op_info.buf, *pulSignatureLen); memcpy(pSignature, op_info.buf, *pulSignatureLen);
op_info.type = YKCS11_NOOP;
rv = CKR_OK; rv = CKR_OK;
sign_out: sign_out: