]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-http: Reformat http-client-host.c
authorStephan Bosch <stephan.bosch@dovecot.fi>
Tue, 20 Mar 2018 19:58:46 +0000 (20:58 +0100)
committeraki.tuomi <aki.tuomi@open-xchange.com>
Fri, 7 Mar 2025 14:56:56 +0000 (14:56 +0000)
src/lib-http/http-client-host.c

index 9135fd7259edbf13c85c5aba1986149f91b3c799..09d73cc1bd3de16426c5a098d28fe40d04bbc2b5 100644 (file)
@@ -164,8 +164,8 @@ http_client_host_shared_lookup(struct http_client_host_shared *hshared)
                dns_set.ioloop = cctx->ioloop;
                dns_set.event_parent = hshared->event;
                (void)dns_lookup(hshared->name, &dns_set,
-                                http_client_host_shared_dns_callback,
-                                hshared, &hshared->dns_lookup);
+                                http_client_host_shared_dns_callback, hshared,
+                                &hshared->dns_lookup);
        } else {
                struct ip_addr *ips;
                unsigned int ips_count;