aboutsummaryrefslogtreecommitdiffstats
path: root/odmr.c
diff options
context:
space:
mode:
Diffstat (limited to 'odmr.c')
-rw-r--r--odmr.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/odmr.c b/odmr.c
index d495e9cd..8d3d9fd7 100644
--- a/odmr.c
+++ b/odmr.c
@@ -234,6 +234,8 @@ static const struct method odmr =
NULL, /* no mailbox support */
odmr_logout, /* log out, we're done */
FALSE, /* no, we can't re-poll */
+ NULL, /* no constructor */
+ NULL /* no destructor */
};
int doODMR (struct query *ctl)