From 251c74760102bd9083c9a7cf2f35c4f0d1dd56d0 Mon Sep 17 00:00:00 2001 From: John Kohl Date: Fri, 19 Oct 1990 10:21:20 +0000 Subject: [PATCH] make error case of mk_req_ext() explicit change const krb5_principal to krb5_const_principal git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1286 dc483132-0cff-0310-8789-dd5450dbe970 --- doc/api/krb5.tex | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/api/krb5.tex b/doc/api/krb5.tex index 56f1b6fcc..b341660b9 100644 --- a/doc/api/krb5.tex +++ b/doc/api/krb5.tex @@ -375,12 +375,16 @@ ENC-TKT-IN-SKEY ticket. The \funcparam{outbuf} buffer storage is allocated, and should be freed by the caller when finished. -Returns system errors. +On an error return, the credentials pointed to by \funcparam{creds} +might have been augmented with additional fields from the obtained +credentials; the entire credentials should be released by calling +\funcname{krb5_free_creds}. +Returns system errors. \begin{funcdecl}{krb5_rd_req_simple}{krb5_error_code}{\funcin} \funcarg{const krb5_data *}{inbuf} -\funcarg{const krb5_principal}{server} +\funcarg{krb5_const_principal}{server} \funcarg{const krb5_address *}{sender_addr} \funcout \funcarg{krb5_tkt_authent *}{authdat} -- 2.26.2