View | Details | Raw Unified | Return to bug 1031
Collapse All | Expand All

(-)openssh-4.0p1/session.c (+3 lines)
Lines 649-654 Link Here
649
       record_utmp_only(pid, s->tty, s->pw->pw_name,
649
       record_utmp_only(pid, s->tty, s->pw->pw_name,
650
           get_remote_name_or_ip(utmp_len, options.use_dns),
650
           get_remote_name_or_ip(utmp_len, options.use_dns),
651
           (struct sockaddr *)&from, fromlen);
651
           (struct sockaddr *)&from, fromlen);
652
#ifdef __hpux
653
       do_motd();
654
#endif
652
}
655
}
653
#endif
656
#endif

Return to bug 1031