summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--bounce.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bounce.c b/bounce.c
index 0f10c26..b2764e2 100644
--- a/bounce.c
+++ b/bounce.c
@@ -355,6 +355,7 @@ int main(int argc, char *argv[]) {
 
 	struct Cert localCA = { -1, -1, "" };
 	if (caPath) {
+		error = 0;
 		const char *dirs = NULL;
 		for (const char *path; NULL != (path = configPath(&dirs, caPath));) {
 			error = certOpen(&localCA, path);
SowerJune McEnroe 2019-05-07Add bit without buildJune McEnroe Need to do some stuff in the Makefile for lex and yacc and generating HTML pages for it. 2019-05-04Fix MANDIR typoJune McEnroe 2019-05-04Move relay to binJune McEnroe