diff options
Diffstat (limited to 'security/gnome-keyring/files/patch-pkcs11_rpc-layer_gck-rpc-dispatch.c')
-rw-r--r-- | security/gnome-keyring/files/patch-pkcs11_rpc-layer_gck-rpc-dispatch.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/security/gnome-keyring/files/patch-pkcs11_rpc-layer_gck-rpc-dispatch.c b/security/gnome-keyring/files/patch-pkcs11_rpc-layer_gck-rpc-dispatch.c deleted file mode 100644 index 0fdeef6bc040..000000000000 --- a/security/gnome-keyring/files/patch-pkcs11_rpc-layer_gck-rpc-dispatch.c +++ /dev/null @@ -1,11 +0,0 @@ ---- pkcs11/rpc-layer/gck-rpc-dispatch.c.orig 2009-12-16 23:37:26.000000000 -0500 -+++ pkcs11/rpc-layer/gck-rpc-dispatch.c 2009-12-16 23:38:10.000000000 -0500 -@@ -783,7 +783,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")); - |