aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
diff options
context:
space:
mode:
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 5987ed4e..9fb1e69f 100644
--- a/driver.c
+++ b/driver.c
@@ -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)