[gnome-keyring] [rpc-layer] Fix erroneous assertion. Let error messages handle this case.
- From: Stefan Walter <stefw src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-keyring] [rpc-layer] Fix erroneous assertion. Let error messages handle this case.
- Date: Sun, 13 Sep 2009 16:18:40 +0000 (UTC)
commit 8970f08b52c847e591ae1b0ea791bbbf52b7194b
Author: Stef Walter <stef memberwebs com>
Date: Sun Sep 13 16:18:24 2009 +0000
[rpc-layer] Fix erroneous assertion. Let error messages handle this case.
Fixes bug #533164
pkcs11/rpc-layer/gck-rpc-module.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/pkcs11/rpc-layer/gck-rpc-module.c b/pkcs11/rpc-layer/gck-rpc-module.c
index 99e283e..8094d57 100644
--- a/pkcs11/rpc-layer/gck-rpc-module.c
+++ b/pkcs11/rpc-layer/gck-rpc-module.c
@@ -225,7 +225,6 @@ call_connect (CallState *cs)
assert (cs);
assert (cs->socket == -1);
assert (cs->call_status == CALL_INVALID);
- assert (pkcs11_socket_path[0]);
debug (("connecting to: %s", pkcs11_socket_path));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]