From 707e5a915b5cee76279adb43cbe0eda91509f479 Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Wed, 23 Jan 2019 14:18:24 +0000 Subject: [PATCH] Neater spaces git-svn-id: file:///svn/unbound/trunk@5067 be551aaa-1e26-0410-a405-d3ace91eadb9 --- util/net_help.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/net_help.c b/util/net_help.c index 7fa140fd9..b6e8f091c 100644 --- a/util/net_help.c +++ b/util/net_help.c @@ -1116,7 +1116,7 @@ int listen_sslctx_setup_ticket_keys(void* sslctx, struct config_strlist* tls_ses unsigned char *data = (unsigned char *)malloc(80); FILE *f = fopen(p->str, "r"); if(!f) { - log_err("could not read tls-session-ticket-key %s: %s", p->str, strerror(errno)); + log_err("could not read tls-session-ticket-key %s: %s", p->str, strerror(errno)); free(data); return 0; }