From fbcc5b4a0e29ac80375898e3c5ab6dd9a1c3080a Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 11 Oct 1996 17:06:47 +0000 Subject: Fix options handling. svn path=/trunk/; revision=314 --- options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'options.c') diff --git a/options.c b/options.c index bab65654..d9ca5845 100644 --- a/options.c +++ b/options.c @@ -168,7 +168,7 @@ struct hostrec *queryctl; { queryctl->protocol = P_POP3; queryctl->port = KPOP_PORT; - queryctl->authenticate == A_KERBEROS; + queryctl->authenticate = A_KERBEROS; } else { fprintf(stderr,"Invalid protocol `%s' specified.\n", optarg); -- cgit v1.2.3