aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver.c')
-rw-r--r--driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver.c b/driver.c
index 6bac1565..355e392e 100644
--- a/driver.c
+++ b/driver.c
@@ -597,7 +597,7 @@ int num; /* index of message */
* forward it to the user so he or she will have some clue
* that things have gone awry.
*/
- if (protocol != pop2)
+ if (protocol->port != 109)
#endif /* POP2_ENABLE */
if (num == 1 && !strncasecmp(line, "X-IMAP:", 7))
return(PS_RETAINED);