From 543f5784114e9c44b515e19e9424fe2b6e58ddd9 Mon Sep 17 00:00:00 2001 From: John Carr Date: Mon, 20 May 1991 16:28:42 +0000 Subject: [PATCH] Document error return values git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2105 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/krb5/krb/unparse.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/lib/krb5/krb/unparse.c b/src/lib/krb5/krb/unparse.c index 7c8858d51..6f87347e3 100644 --- a/src/lib/krb5/krb/unparse.c +++ b/src/lib/krb5/krb/unparse.c @@ -36,7 +36,11 @@ static char rcsid_unparse_c[] = * appear in any the component, they will be representing using * backslash encoding. ("\/", "\@", or '\0', respectively) * - * returns system errors XXX + * returns error + * KRB_PARSE_MALFORMED principal is invalid (does not contain + * at least 2 components) + * also returns system errors + * ENOMEM unable to allocate memory for string */ #define REALM_SEP '@' -- 2.26.2