aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver.c')
-rw-r--r--driver.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/driver.c b/driver.c
index 60b77720..d2d0cf2f 100644
--- a/driver.c
+++ b/driver.c
@@ -1677,7 +1677,7 @@ const struct method *proto; /* protocol method table */
{
char size[32];
int cnt, bytesz = msgsizes[num-1];
-#ifdef POP3_ENABLE
+
/* convert sz to string */
sprintf(size, "%d", msgsizes[num-1]);
@@ -1717,8 +1717,6 @@ const struct method *proto; /* protocol method table */
tmp->val.status.num = cnt;
}
-#endif /* POP3_ENABLE */
-
error_build(" (oversized, %d octets)",
msgsizes[num-1]);
}