summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2011-06-23 19:50:04 +0000
committerGreg Hudson <ghudson@mit.edu>2011-06-23 19:50:04 +0000
commitd8870237ed89dcfa15f84cc78e85ed406729b0a3 (patch)
tree39bb2f64b1811278ddd6d8aedcad933c9dc66acc /src/include
parent63ec3a4b97a3b00ea34d6a9f84d4b7b34383a645 (diff)
downloadkrb5-d8870237ed89dcfa15f84cc78e85ed406729b0a3.tar.gz
krb5-d8870237ed89dcfa15f84cc78e85ed406729b0a3.tar.xz
krb5-d8870237ed89dcfa15f84cc78e85ed406729b0a3.zip
Don't destroy dst on error in krb5_cc_move
Although destroying any partial contents of dst on error isn't a bad idea, invalidating the handle would be an incompatible change. So revert that part of r24754. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24988 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/krb5.hin2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/krb5/krb5.hin b/src/include/krb5/krb5.hin
index 267c0c0743..39300871a0 100644
--- a/src/include/krb5/krb5.hin
+++ b/src/include/krb5/krb5.hin
@@ -2142,7 +2142,7 @@ krb5_cc_get_type(krb5_context context, krb5_ccache cache);
* @retval
* 0 Success; @a src is closed.
* @return
- * Kerberos error codes; @a src is still allocated, while @a dst is closed.
+ * Kerberos error codes; @a src is still allocated.
*/
krb5_error_code KRB5_CALLCONV
krb5_cc_move(krb5_context context, krb5_ccache src, krb5_ccache dst);