diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-02-14 05:25:27 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-02-14 05:25:27 +0000 |
commit | e58b8beb28dbe3dc0ed905ae12657617bf80b196 (patch) | |
tree | 6e64b79aa3c919a2660e2a59db500d29d556b5df /driver.c | |
parent | 586eba081f3b3f73b4027aaf1aa364e166d79ca0 (diff) | |
download | fetchmail-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |