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

Diff for /src/usr.bin/ssh/monitor.c between version 1.145 and 1.146

version 1.145, 2015/02/20 22:17:21 version 1.146, 2015/04/17 04:32:31
Line 1186 
Line 1186 
         socklen_t fromlen;          socklen_t fromlen;
         struct sockaddr_storage from;          struct sockaddr_storage from;
   
           if (options.use_login)
                   return;
   
         /*          /*
          * Get IP address of client. If the connection is not a socket, let           * Get IP address of client. If the connection is not a socket, let
          * the address be 0.0.0.0.           * the address be 0.0.0.0.

Legend:
Removed from v.1.145  
changed lines
  Added in v.1.146