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