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 7e013db2..d82dd55b 100644
--- a/driver.c
+++ b/driver.c
@@ -1335,7 +1335,7 @@ const struct method *proto; /* protocol method table */
#ifdef KERBEROS_V4
if (ctl->server.preauthenticate == A_KERBEROS_V4)
{
- ok = kerberos_auth(sock, ctl->server.canonical_name);
+ ok = kerberos_auth(sock, ctl->server.truename);
if (ok != 0)
goto cleanUp;
set_timeout(ctl->server.timeout);