From 9a943e1bf3ded13beb5582b48ef99709a4e61179 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 8 Jun 1998 20:04:55 +0000 Subject: Re-enable OPIE build. svn path=/trunk/; revision=1934 --- imap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'imap.c') diff --git a/imap.c b/imap.c index 00efacba..2a831454 100644 --- a/imap.c +++ b/imap.c @@ -155,7 +155,7 @@ static int do_otp(int sock, struct query *ctl) }; rval = opiegenerator(challenge, !strcmp(ctl->password, "opie") ? "" : ctl->password, response); - if ((rval == -2) && (cmd_daemon == -1)) { + if ((rval == -2) && (cmd_opts.poll_interval == -1)) { char secret[OPIE_SECRET_MAX+1]; fprintf(stderr, "Secret pass phrase: "); if (opiereadpass(secret, sizeof(secret), 0)) -- cgit v1.2.3