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

Diff for /src/usr.bin/dig/host.c between version 1.3 and 1.4

version 1.3, 2020/02/13 08:16:32 version 1.4, 2020/02/13 19:29:47
Line 807 
Line 807 
   
         ISC_LIST_INIT(lookup_list);          ISC_LIST_INIT(lookup_list);
         ISC_LIST_INIT(server_list);          ISC_LIST_INIT(server_list);
           ISC_LIST_INIT(root_hints_server_list);
         ISC_LIST_INIT(search_list);          ISC_LIST_INIT(search_list);
   
         fatalexit = 1;          fatalexit = 1;

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4