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

Diff for /src/usr.bin/dig/dig.c between version 1.7 and 1.8

version 1.7, 2020/02/13 16:55:20 version 1.8, 2020/02/13 19:29:47
Line 1878 
Line 1878 
   
         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);
   
         if (pledge("stdio rpath inet dns", NULL) == -1) {          if (pledge("stdio rpath inet dns", NULL) == -1) {

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8