[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.76 and 1.77

version 1.76, 2023/03/03 05:00:34 version 1.77, 2023/03/31 04:42:29
Line 129 
Line 129 
         char strport[NI_MAXSERV];          char strport[NI_MAXSERV];
         int r;          int r;
   
           if (sock < 0)
                   return -1;
         /* Get IP address of client. */          /* Get IP address of client. */
         fromlen = sizeof(from);          fromlen = sizeof(from);
         memset(&from, 0, sizeof(from));          memset(&from, 0, sizeof(from));

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