From 772766f5f7d1e3b37f3fc380fb20ea143955ae07 Mon Sep 17 00:00:00 2001 From: Zhanna Tsitkov Date: Tue, 29 Mar 2011 18:52:22 +0000 Subject: In krb5_cc_move if something went wrong, free the dst credential cache git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24754 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/krb5/krb5.hin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include') diff --git a/src/include/krb5/krb5.hin b/src/include/krb5/krb5.hin index 0e7fd3fe5..c28e8571e 100644 --- a/src/include/krb5/krb5.hin +++ b/src/include/krb5/krb5.hin @@ -2284,7 +2284,7 @@ krb5_cc_get_type(krb5_context context, krb5_ccache cache); * @retval * 0 Sucess; @a src is freed. * @return - * Kerberos error codes; @a src and @a dst are both still allocated. + * Kerberos error codes; @a src is still allocated, while @a dst is freed. */ krb5_error_code KRB5_CALLCONV krb5_cc_move(krb5_context context, krb5_ccache src, krb5_ccache dst); -- cgit