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

Diff for /src/usr.bin/ssh/session.c between version 1.132 and 1.133

version 1.132, 2002/03/19 10:49:35 version 1.133, 2002/03/28 15:34:51
Line 572 
Line 572 
         }          }
   
         /* Record that there was a login on that tty from the remote host. */          /* Record that there was a login on that tty from the remote host. */
         record_login(pid, s->tty, pw->pw_name, pw->pw_uid,          if (!use_privsep)
             get_remote_name_or_ip(utmp_len, options.verify_reverse_mapping),                  record_login(pid, s->tty, pw->pw_name, pw->pw_uid,
             (struct sockaddr *)&from);                      get_remote_name_or_ip(utmp_len,
                       options.verify_reverse_mapping),
                       (struct sockaddr *)&from);
   
         if (check_quietlogin(s, command))          if (check_quietlogin(s, command))
                 return;                  return;

Legend:
Removed from v.1.132  
changed lines
  Added in v.1.133