Revert inadvertant commit of debugging code.

This commit is contained in:
Dag-Erling Smørgrav 2006-06-09 07:23:14 +00:00
parent 1b5ea8f89c
commit 98c61a2292
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=159457

View File

@ -1388,10 +1388,8 @@ syslogin_perform_login(struct logininfo *li)
{
struct utmp *ut;
debug("%s(%s)", __func__, li->username);
ut = xmalloc(sizeof(*ut));
construct_utmp(li, ut);
debug("login({%s, %s, %s, %u})", ut->ut_line, ut->ut_name, ut->ut_host, ut->ut_time);
login(ut);
free(ut);