summaryrefslogtreecommitdiffstats
path: root/libasyncns
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-07-27 19:06:16 +0200
committerLennart Poettering <lennart@poettering.net>2008-07-27 19:06:16 +0200
commitea8f3583665aae45273481256cda8a1d8ddd7d69 (patch)
tree5c0b2e4b2ecea52859283037b881338fb1d946a0 /libasyncns
parent5d1331666d9d1d2aa5ec85a67106f71e69c2ddc6 (diff)
remove debug line
Diffstat (limited to 'libasyncns')
-rw-r--r--libasyncns/asyncns.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libasyncns/asyncns.c b/libasyncns/asyncns.c
index 95e79f3..afa439f 100644
--- a/libasyncns/asyncns.c
+++ b/libasyncns/asyncns.c
@@ -512,7 +512,6 @@ static int handle_request(int out_fd, const rheader_t *req, size_t length) {
ni_req->gethost ? hostbuf : NULL, ni_req->gethost ? sizeof(hostbuf) : 0,
ni_req->getserv ? servbuf : NULL, ni_req->getserv ? sizeof(servbuf) : 0,
ni_req->flags);
- printf("%s %s\n", hostbuf, servbuf);
return send_nameinfo_reply(out_fd, req->id, ret,
ret == 0 && ni_req->gethost ? hostbuf : NULL,