Return error code from tgs_check_authenticator

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2977 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-08-14 22:09:29 +00:00
parent 298e9fe013
commit 9fc1e6b189

View File

@@ -875,7 +875,7 @@ tgs_check_authenticator(krb5_auth_context ac,
out:
free_Authenticator(auth);
free(auth);
return 0;
return ret;
}