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

Diff for /src/usr.bin/ssh/canohost.c between version 1.32 and 1.33

version 1.32, 2002/06/11 08:11:45 version 1.33, 2002/07/09 11:56:27
Line 55 
Line 55 
         if (getnameinfo((struct sockaddr *)&from, fromlen, name, sizeof(name),          if (getnameinfo((struct sockaddr *)&from, fromlen, name, sizeof(name),
             NULL, 0, NI_NAMEREQD) != 0) {              NULL, 0, NI_NAMEREQD) != 0) {
                 /* Host name not found.  Use ip address. */                  /* Host name not found.  Use ip address. */
   #if 0
                 log("Could not reverse map address %.100s.", ntop);                  log("Could not reverse map address %.100s.", ntop);
   #endif
                 return xstrdup(ntop);                  return xstrdup(ntop);
         }          }
   

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33