[BACK]Return to dighost.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / dig

Diff for /src/usr.bin/dig/dighost.c between version 1.15 and 1.16

version 1.15, 2020/02/23 08:55:43 version 1.16, 2020/02/23 19:54:25
Line 169 
Line 169 
 isc_boolean_t validated = ISC_TRUE;  isc_boolean_t validated = ISC_TRUE;
 isc_boolean_t debugging = ISC_FALSE;  isc_boolean_t debugging = ISC_FALSE;
 isc_boolean_t debugtiming = ISC_FALSE;  isc_boolean_t debugtiming = ISC_FALSE;
 isc_boolean_t memdebugging = ISC_FALSE;  
 char *progname = NULL;  char *progname = NULL;
 dig_lookup_t *current_lookup = NULL;  dig_lookup_t *current_lookup = NULL;
   
Line 3907 
Line 3906 
         flush_server_list();          flush_server_list();
   
         clear_searchlist();          clear_searchlist();
   
         dns_name_destroy();  
   
         if (socketmgr != NULL) {          if (socketmgr != NULL) {
                 debug("freeing socketmgr");                  debug("freeing socketmgr");

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16