]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
fixed typos from the last rebase
authorMarek Vavruša <mvavrusa@cloudflare.com>
Thu, 6 Sep 2018 21:50:05 +0000 (14:50 -0700)
committerMarek Vavruša <mvavrusa@cloudflare.com>
Fri, 7 Sep 2018 17:45:21 +0000 (10:45 -0700)
daemon/network.c
lib/cache/api.c

index 9a131cdbdc9861b8729a7ed21c0f237102f6b385..9b7ac35f77d0cfcf381b029df4c83e0f6f4e84f9 100644 (file)
@@ -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;
        }
 }
index 498c1469330f6dc3b8607b2a5808763648406390..d93ee0a986adbd2a5f530ba659fe9fd3fa076052 100644 (file)
@@ -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,