]> Pileus Git - ~andy/fetchmail/commitdiff
Trivial compilation fix.
authorEric S. Raymond <esr@thyrsus.com>
Fri, 14 Feb 1997 05:25:27 +0000 (05:25 -0000)
committerEric S. Raymond <esr@thyrsus.com>
Fri, 14 Feb 1997 05:25:27 +0000 (05:25 -0000)
svn path=/trunk/; revision=879

driver.c

index 6e29d38f9a0ff6a83ab255639143bf04a26143e7..ee2c82ba72e357f9fb4d8640c88bbd20d3cd4016 100644 (file)
--- 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)