diff options
Diffstat (limited to 'driver.c')
-rw-r--r-- | driver.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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]); } |