From 095a385ead70651536d29c7ddab53f42592a3ef5 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Tue, 27 Aug 2013 20:51:42 +0200 Subject: debug: Add missing 'tool' flag to debug flags --- common/debug.c | 1 + 1 file changed, 1 insertion(+) (limited to 'common') 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, } }; -- cgit v1.1