add krb5_storage_get_eof_code

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24314 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2009-01-11 22:02:40 +00:00
parent 82c4b8765f
commit b681891037

View File

@@ -203,7 +203,7 @@ krb5_storage_set_eof_code(krb5_storage *sp, int code)
int KRB5_LIB_FUNCTION
krb5_storage_get_eof_code(krb5_storage *sp)
{
sp->eof_code = code;
return sp->eof_code;
}
krb5_ssize_t KRB5_LIB_FUNCTION