[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.75 and 1.76

version 1.75, 2020/10/18 11:32:01 version 1.76, 2023/03/03 05:00:34
Line 44 
Line 44 
         char ntop[NI_MAXHOST];          char ntop[NI_MAXHOST];
         int r;          int r;
   
           if (sock < 0)
                   return NULL;
   
         /* Get IP address of client. */          /* Get IP address of client. */
         addrlen = sizeof(addr);          addrlen = sizeof(addr);
         memset(&addr, 0, sizeof(addr));          memset(&addr, 0, sizeof(addr));

Legend:
Removed from v.1.75  
changed lines
  Added in v.1.76