aboutsummaryrefslogtreecommitdiff
path: root/src/dns/dns_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dns/dns_api.c')
-rw-r--r--src/dns/dns_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dns/dns_api.c b/src/dns/dns_api.c
index 5969102b9..448d86a17 100644
--- a/src/dns/dns_api.c
+++ b/src/dns/dns_api.c
@@ -189,7 +189,7 @@ handle_request (void *cls,
189 dh->rh (dh->rh_cls, 189 dh->rh (dh->rh_cls,
190 rh, 190 rh,
191 payload_length, 191 payload_length,
192 (const char*) &req[1]); 192 (const char *) &req[1]);
193} 193}
194 194
195 195