diff options
author | Stef Walter <stefw@collabora.co.uk> | 2011-08-24 15:34:13 +0200 |
---|---|---|
committer | Stef Walter <stefw@collabora.co.uk> | 2011-08-24 15:34:13 +0200 |
commit | 25512ca5a03d723a84d6de67a7036188d08ec21b (patch) | |
tree | f43fe722944257497be4dfd2edfe1ef535979bf2 /p11-kit/debug.c | |
parent | 61c925fda7385392b3961f0b44049b9ff7a68093 (diff) |
Fix bugs in the p11-kit proxy module.
* Initialize the mappings properly
* Lookup session handles correctly
* Debug initialization and finalization
Diffstat (limited to 'p11-kit/debug.c')
-rw-r--r-- | p11-kit/debug.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/p11-kit/debug.c b/p11-kit/debug.c index eb7eef0..e4b39f0 100644 --- a/p11-kit/debug.c +++ b/p11-kit/debug.c @@ -54,6 +54,7 @@ static struct DebugKey debug_keys[] = { { "lib", DEBUG_LIB }, { "conf", DEBUG_CONF }, { "uri", DEBUG_URI }, + { "proxy", DEBUG_PROXY }, { 0, } }; |