From: Wouter Wijngaards Date: Wed, 23 Jan 2019 14:18:24 +0000 (+0000) Subject: Neater spaces X-Git-Tag: release-1.9.0rc1~17 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=707e5a915b5cee76279adb43cbe0eda91509f479;p=thirdparty%2Funbound.git Neater spaces git-svn-id: file:///svn/unbound/trunk@5067 be551aaa-1e26-0410-a405-d3ace91eadb9 --- 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; }