use RESP-CODES
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11050 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -114,7 +114,8 @@ pop_dropcopy(POP *p, struct passwd *pwp)
|
|||||||
switch(errno) {
|
switch(errno) {
|
||||||
case EWOULDBLOCK:
|
case EWOULDBLOCK:
|
||||||
return pop_msg(p,POP_FAILURE,
|
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 */
|
/* NOTREACHED */
|
||||||
default:
|
default:
|
||||||
return pop_msg(p,POP_FAILURE,"flock: '%s': %s", p->temp_drop,
|
return pop_msg(p,POP_FAILURE,"flock: '%s': %s", p->temp_drop,
|
||||||
|
Reference in New Issue
Block a user