[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.2 and 1.3

version 1.2, 2020/02/11 23:26:11 version 1.3, 2020/02/13 08:16:32
Line 259 
Line 259 
                                                              &target);                                                               &target);
                                 if (result != ISC_R_SUCCESS)                                  if (result != ISC_R_SUCCESS)
                                         return (result);                                          return (result);
 #ifdef USEINITALWS  
                                 if (first) {  
                                         print_name = &empty_name;  
                                         first = ISC_FALSE;  
                                 }  
 #else  
                                 UNUSED(first); /* Shut up compiler. */                                  UNUSED(first); /* Shut up compiler. */
 #endif  
                         } else {                          } else {
                                 loopresult = dns_rdataset_first(rdataset);                                  loopresult = dns_rdataset_first(rdataset);
                                 while (loopresult == ISC_R_SUCCESS) {                                  while (loopresult == ISC_R_SUCCESS) {

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