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) {
|
||||
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,
|
||||
|
Reference in New Issue
Block a user