summaryrefslogtreecommitdiffstats
path: root/src/query.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/query.c')
-rw-r--r--src/query.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/query.c b/src/query.c
index b59513e..32401fc 100644
--- a/src/query.c
+++ b/src/query.c
@@ -220,7 +220,7 @@ static int send_dns_packet(int fd, struct dns_packet *p) {
return n_sent;
}
-static int recv_dns_packet(int fd, struct dns_packet **ret_packet, uint8_t* ret_ttl, struct timeval *end) {
+static int recv_dns_packet(int fd, struct dns_packet **ret_packet, uint8_t *ret_ttl, struct timeval *end) {
struct dns_packet *p= NULL;
struct msghdr msg;
struct iovec io;