replace all erroneous calls to pop_log with POP_FAILURE with POP_PRIORITY. reported by Janne Johansson <jj@it.kth.se>

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8182 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2000-04-12 15:37:46 +00:00
parent e3d16f284d
commit 5ec33df5ff
3 changed files with 13 additions and 13 deletions

View File

@@ -159,7 +159,7 @@ auth_krb4(POP *p)
}
if (kuserok(&p->kdata, p->user)) {
pop_log(p, POP_FAILURE,
pop_log(p, POP_PRIORITY,
"%s: (%s.%s@%s) tried to retrieve mail for %s.",
p->client, p->kdata.pname, p->kdata.pinst,
p->kdata.prealm, p->user);