(proto): use keytab for krb5_recvauth

Patch from Ingemar Nilsson <init@pdc.kth.se>


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17954 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-09-01 09:01:03 +00:00
parent 29a7ceab29
commit 7127d167db

View File

@@ -78,7 +78,7 @@ proto (int sock, const char *service)
VERSION,
server,
0,
NULL,
keytab,
&ticket);
if (status)
krb5_err (context, 1, status, "krb5_recvauth");