diff options
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) |