From f3176ad0f817e8e9f128b4725e89e2515cecdceb Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Thu, 4 Jul 2002 14:10:11 +0000 Subject: [PATCH] use RESP-CODES git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11050 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/popper/pop_dropcopy.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appl/popper/pop_dropcopy.c b/appl/popper/pop_dropcopy.c index a6ff44405..0e0133176 100644 --- a/appl/popper/pop_dropcopy.c +++ b/appl/popper/pop_dropcopy.c @@ -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,