From ea8f3583665aae45273481256cda8a1d8ddd7d69 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 27 Jul 2008 19:06:16 +0200 Subject: remove debug line --- libasyncns/asyncns.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libasyncns') 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, -- cgit