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 diff
     1.1 --- a/src/lookup.c	Sat Jul 17 00:34:40 2010 +0200
     1.2 +++ b/src/lookup.c	Sun Jul 18 21:41:48 2010 +0200
     1.3 @@ -51,16 +51,8 @@
     1.4  {
     1.5  	int n;
     1.6  	int i;
     1.7 +	int resp_len;
     1.8  
     1.9 -	int resp_len;
    1.10 -	/*errno = 0; */
    1.11 -
    1.12 -	/*
    1.13 -	   if (!stralloc_copy(&glue,domain)) return DNS_MEM;
    1.14 -	   if (!stralloc_0(&glue)) return DNS_MEM;
    1.15 -	 */
    1.16 -
    1.17 -	//  resp_len = res_query(domain, C_IN, type, response.buf, sizeof(response));
    1.18  	DEBUG(5) debugf("DNS: before res_search()\n");
    1.19  	if (do_search)
    1.20  		resp_len = res_search(domain, C_IN, type, response.buf, sizeof(response));