diff options
Diffstat (limited to 'security/mate-keyring/files/patch-pkcs11_rpc-layer_gkm-rpc-dispatch.c')
-rw-r--r-- | security/mate-keyring/files/patch-pkcs11_rpc-layer_gkm-rpc-dispatch.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/security/mate-keyring/files/patch-pkcs11_rpc-layer_gkm-rpc-dispatch.c b/security/mate-keyring/files/patch-pkcs11_rpc-layer_gkm-rpc-dispatch.c deleted file mode 100644 index 146d8b69da05..000000000000 --- a/security/mate-keyring/files/patch-pkcs11_rpc-layer_gkm-rpc-dispatch.c +++ /dev/null @@ -1,11 +0,0 @@ ---- pkcs11/rpc-layer/gkm-rpc-dispatch.c.orig 2010-09-04 12:06:44.000000000 +0200 -+++ pkcs11/rpc-layer/gkm-rpc-dispatch.c 2010-09-04 12:07:12.000000000 +0200 -@@ -784,7 +784,7 @@ rpc_C_Finalize (CallState *cs) - { - CK_SLOT_ID_PTR slots; - CK_ULONG n_slots, i; -- CK_RV ret; -+ CK_RV ret = CKR_OK; - - debug (("C_Finalize: enter")); - |