From: Marek VavruĊĦa Date: Thu, 6 Sep 2018 21:50:05 +0000 (-0700) Subject: fixed typos from the last rebase X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9e40f246a4c53af521df36a3afd11d01fab88b9;p=thirdparty%2Fknot-resolver.git fixed typos from the last rebase --- diff --git a/daemon/network.c b/daemon/network.c index 9a131cdbd..9b7ac35f7 100644 --- a/daemon/network.c +++ b/daemon/network.c @@ -56,7 +56,6 @@ void network_init(struct network *net, uv_loop_t *loop, int tcp_backlog) tls_session_ticket_ctx_create(loop, NULL, 0); net->tcp.in_idle_timeout = 10000; net->tcp_backlog = tcp_backlog; - net->tcp.in_idle_timeout = 10000; net->tcp.tls_handshake_timeout = TLS_MAX_HANDSHAKE_TIME; } } diff --git a/lib/cache/api.c b/lib/cache/api.c index 498c14693..d93ee0a98 100644 --- a/lib/cache/api.c +++ b/lib/cache/api.c @@ -641,7 +641,7 @@ static ssize_t stash_rrset(struct kr_cache *cache, const struct kr_query *qry, || rr->type == KNOT_RRTYPE_NS) { auto_free char *type_str = kr_rrtype_text(rr->type), *encl_str = kr_dname_text(encloser); - VERBOSE_MSG(qry, "=> stashed %s%s %s, rank 0%.2o, scoped: %d " + VERBOSE_MSG(qry, "=> stashed %s%s %s, rank 0%.2o, scoped: %d, " "%d B total, incl. %d RRSIGs\n", (wild_labels ? "*." : ""), encl_str, type_str, rank, scope ? (int)scope->scope_len : 0,