aboutsummaryrefslogtreecommitdiffstats
path: root/pop3.c
diff options
context:
space:
mode:
Diffstat (limited to 'pop3.c')
-rw-r--r--pop3.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/pop3.c b/pop3.c
index 5873b488..11ef1105 100644
--- a/pop3.c
+++ b/pop3.c
@@ -216,14 +216,13 @@ int pop3_getauth(int sock, struct query *ctl, char *greeting)
ok = PS_ERROR;
}
- /* maybe we detected a lock-busy condition? */
if (ok != 0)
{
+ /* maybe we detected a lock-busy condition? */
if (ok == PS_LOCKBUSY)
- {
error(0, 0, "lock busy! Is another session active?");
- return(PS_LOCKBUSY);
- }
+
+ return(ok);
}
/*