(pop_pass): try to always log

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5223 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1998-11-22 09:34:14 +00:00
parent f932e2c276
commit fc8a228aa8

View File

@@ -192,9 +192,9 @@ pop_pass (POP *p)
return pop_msg(p, POP_FAILURE,
"Password incorrect");
}
pop_log(p, POP_INFO, "login from %s as %s",
p->ipaddr, p->user);
}
pop_log(p, POP_INFO, "login from %s as %s",
p->ipaddr, p->user);
/* Build the name of the user's maildrop */
snprintf(p->drop_name, sizeof(p->drop_name), "%s/%s", POP_MAILDIR, p->user);