summaryrefslogtreecommitdiffstats
path: root/amtider.c
diff options
context:
space:
mode:
Diffstat (limited to 'amtider.c')
-rw-r--r--amtider.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/amtider.c b/amtider.c
index 9601132..b62a4d5 100644
--- a/amtider.c
+++ b/amtider.c
@@ -198,6 +198,7 @@ int main(int argc, char *argv[])
r.cb_data = &r;
r.cb_recv = recv_ider;
r.cb_state = state_ider;
+ r.enable_options = 0x18;
if (NULL != (h = getenv("AMT_PASSWORD")))
snprintf(r.pass, sizeof(r.pass), "%s", h);