diff options
author | Stef Walter <stef@thewalter.net> | 2013-08-27 20:51:42 +0200 |
---|---|---|
committer | Stef Walter <stef@thewalter.net> | 2013-08-28 13:13:50 +0200 |
commit | 095a385ead70651536d29c7ddab53f42592a3ef5 (patch) | |
tree | b0b03589d0ff222ade952a685e6ef9566c66272c /common | |
parent | e835d0f6eae21e1b6f13b8ad585c179bbf1eb946 (diff) |
debug: Add missing 'tool' flag to debug flags
Diffstat (limited to 'common')
-rw-r--r-- | common/debug.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/debug.c b/common/debug.c index 547ce2f..178b6c5 100644 --- a/common/debug.c +++ b/common/debug.c @@ -56,6 +56,7 @@ static struct DebugKey debug_keys[] = { { "uri", P11_DEBUG_URI }, { "proxy", P11_DEBUG_PROXY }, { "trust", P11_DEBUG_TRUST }, + { "tool", P11_DEBUG_TOOL }, { 0, } }; |