Mercurial > masqmail
diff src/lookup.c @ 207:dcb315792513
removed commented code and replaced // by /* */
author | meillo@marmaro.de |
---|---|
date | Sun, 18 Jul 2010 21:41:48 +0200 |
parents | 138e66e1a61f |
children | 996b53a50f55 |
line wrap: on
line diff
--- a/src/lookup.c Sat Jul 17 00:34:40 2010 +0200 +++ b/src/lookup.c Sun Jul 18 21:41:48 2010 +0200 @@ -51,16 +51,8 @@ { int n; int i; - int resp_len; - /*errno = 0; */ - /* - if (!stralloc_copy(&glue,domain)) return DNS_MEM; - if (!stralloc_0(&glue)) return DNS_MEM; - */ - - // resp_len = res_query(domain, C_IN, type, response.buf, sizeof(response)); DEBUG(5) debugf("DNS: before res_search()\n"); if (do_search) resp_len = res_search(domain, C_IN, type, response.buf, sizeof(response));