(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:
@@ -192,9 +192,9 @@ pop_pass (POP *p)
|
|||||||
return pop_msg(p, POP_FAILURE,
|
return pop_msg(p, POP_FAILURE,
|
||||||
"Password incorrect");
|
"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 */
|
/* Build the name of the user's maildrop */
|
||||||
snprintf(p->drop_name, sizeof(p->drop_name), "%s/%s", POP_MAILDIR, p->user);
|
snprintf(p->drop_name, sizeof(p->drop_name), "%s/%s", POP_MAILDIR, p->user);
|
||||||
|
Reference in New Issue
Block a user