diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-10-13 03:19:51 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-10-13 03:19:51 +0000 |
commit | 5dc68d27d1e979147642d4682044751f029b817c (patch) | |
tree | ce7f41d3acf7c80d85aeaffeded1f7bc705de09d /driver.c | |
parent | 17cb8e0ac70fc0693211d17bf74a4fc08f57ae8c (diff) | |
download | fetchmail-5dc68d27d1e979147642d4682044751f029b817c.tar.gz fetchmail-5dc68d27d1e979147642d4682044751f029b817c.tar.bz2 fetchmail-5dc68d27d1e979147642d4682044751f029b817c.zip |
Fixes for UIDL and Kerberos problems.
svn path=/trunk/; revision=319
Diffstat (limited to 'driver.c')
-rw-r--r-- | driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -628,7 +628,7 @@ struct method *proto; } #ifdef KERBEROS_V4 - if (queryctl->authentication == A_KERBEROS) + if (queryctl->authenticate == A_KERBEROS) { ok = (kerberos_auth (socket, queryctl->servername)); if (ok != 0) |