aboutsummaryrefslogtreecommitdiffstats
path: root/pop2.c
diff options
context:
space:
mode:
Diffstat (limited to 'pop2.c')
-rw-r--r--pop2.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/pop2.c b/pop2.c
index 03d58a18..bae61c15 100644
--- a/pop2.c
+++ b/pop2.c
@@ -171,7 +171,9 @@ static const struct method pop2 =
NULL, /* how to mark a message as seen */
NULL, /* how to end mailbox processing */
pop2_logout, /* log out, we're done */
- FALSE /* no, we can't re-poll */
+ FALSE, /* no, we can't re-poll */
+ NULL, /* no constructor */
+ NULL /* no destructor */
};
int doPOP2 (struct query *ctl)