aboutsummaryrefslogtreecommitdiffstats
path: root/options.c
diff options
context:
space:
mode:
Diffstat (limited to 'options.c')
-rw-r--r--options.c2
1 files changed, 1 insertions, 1 deletions
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);