use RESP-CODES

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11050 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2002-07-04 14:10:11 +00:00
parent 7ffddc6d13
commit f3176ad0f8

View File

@@ -114,7 +114,8 @@ pop_dropcopy(POP *p, struct passwd *pwp)
switch(errno) {
case EWOULDBLOCK:
return pop_msg(p,POP_FAILURE,
"Maildrop lock busy! Is another session active?");
"%sMaildrop lock busy! Is another session active?",
(p->flags & POP_FLAG_CAPA) ? "[IN-USE] " : "");
/* NOTREACHED */
default:
return pop_msg(p,POP_FAILURE,"flock: '%s': %s", p->temp_drop,