From e0c00c41e7a92c43ab031d306b3653680ff3dd52 Mon Sep 17 00:00:00 2001 From: Adam Harrison Date: Fri, 30 Dec 2022 13:41:16 -0500 Subject: Small update. --- src/lpm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lpm.c') diff --git a/src/lpm.c b/src/lpm.c index c8c7a76..818a78a 100644 --- a/src/lpm.c +++ b/src/lpm.c @@ -475,7 +475,7 @@ static int lpm_certs(lua_State* L) { CFTypeRef copyResult = NULL; OSStatus err = SecItemCopyMatching(query, ©Result); if (err == errSecSuccess) { - CFShow(copyResult); + // Try and } #else return luaL_error(L, "can't use system certificates on windows or mac"); -- cgit v1.2.3