From 7ef0c0c20d74207822dc59d4d7c127e0c01b2a52 Mon Sep 17 00:00:00 2001 From: Karel Slany <karel.slany@nic.cz> Date: Tue, 26 Jul 2016 10:12:22 +0200 Subject: [PATCH] Deleted a comment. --- lib/resolve.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lib/resolve.c b/lib/resolve.c index 32fc1d8fa..f6b8dad1d 100644 --- a/lib/resolve.c +++ b/lib/resolve.c @@ -830,12 +830,11 @@ int kr_resolve_query_finalize(struct kr_request *request, struct sockaddr *src, #if defined(ENABLE_COOKIES) /* Update DNS cookies in request. */ if (type == SOCK_DGRAM) { /* @todo: Add cookies also over TCP? */ - /* The actual server IP address is needed before generating the + /* + * The actual server IP address is needed before generating the * actual cookie. If we don't know the server address then we * also don't know the actual cookie size. - * Also the resolver somehow mangles the query packets before - * building the query i.e. the space needed for the cookie - * cannot be allocated in the cookie layer. */ + */ if (!outbound_request_update_cookies(request, src, dst)) { return kr_error(EINVAL); } -- GitLab