diff options
Diffstat (limited to 'options.c')
-rw-r--r-- | options.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |