aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-02-14 05:25:27 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-02-14 05:25:27 +0000
commite58b8beb28dbe3dc0ed905ae12657617bf80b196 (patch)
tree6e64b79aa3c919a2660e2a59db500d29d556b5df /driver.c
parent586eba081f3b3f73b4027aaf1aa364e166d79ca0 (diff)
downloadfetchmail-e58b8beb28dbe3dc0ed905ae12657617bf80b196.tar.gz
fetchmail-e58b8beb28dbe3dc0ed905ae12657617bf80b196.tar.bz2
fetchmail-e58b8beb28dbe3dc0ed905ae12657617bf80b196.zip
Trivial compilation fix.
svn path=/trunk/; revision=879
Diffstat (limited to 'driver.c')
-rw-r--r--driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver.c b/driver.c
index 6e29d38f..ee2c82ba 100644
--- a/driver.c
+++ b/driver.c
@@ -1125,7 +1125,7 @@ const struct method *proto; /* protocol method table */
}
#ifdef KERBEROS_V4
- if (ctl->authenticate == A_KERBEROS)
+ if (ctl->server.authenticate == A_KERBEROS)
{
ok = kerberos_auth(fileno(sockfp), ctl->server.canonical_name);
if (ok != 0)