---
 src/dnsproxy.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/dnsproxy.c b/src/dnsproxy.c
index a9bab01..1bf5328 100644
--- a/src/dnsproxy.c
+++ b/src/dnsproxy.c
@@ -306,7 +306,7 @@ static gboolean request_timeout(gpointer user_data)
                        hdr = (void *) (req->request + 2);
                        hdr->id = req->srcid;
                        send_response(req->client_sk, req->request,
-                                       req->request_len, NULL, 0, IPPROTO_TCP);
+                               req->request_len, NULL, 0, IPPROTO_TCP);
 
                } else if (req->protocol == IPPROTO_UDP) {
                        int sk;
@@ -929,7 +929,7 @@ hangup:
                        hdr = (void *) (req->request + 2);
                        hdr->id = req->srcid;
                        send_response(req->client_sk, req->request,
-                                       req->request_len, NULL, 0, IPPROTO_TCP);
+                               req->request_len, NULL, 0, IPPROTO_TCP);
 
                        request_list = g_slist_remove(request_list, req);
                }
@@ -1655,7 +1655,7 @@ static gboolean udp_listener_event(GIOChannel *channel, 
GIOCondition condition,
        err = parse_request(buf, len, query, sizeof(query));
        if (err < 0 || (g_slist_length(server_list) == 0)) {
                send_response(sk, buf, len, (void *)&client_addr,
-                             client_addr_len, IPPROTO_UDP);
+                               client_addr_len, IPPROTO_UDP);
                return TRUE;
        }
 
-- 
1.7.1

_______________________________________________
connman mailing list
[email protected]
http://lists.connman.net/listinfo/connman

Reply via email to