From: John Carr Date: Mon, 20 May 1991 16:12:53 +0000 (+0000) Subject: Document error codes returned X-Git-Tag: krb5-1.0-beta1~66 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=70c5add099dac66bf6f7fdad482bd0a417bb3605;p=krb5.git Document error codes returned git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2104 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/krb5/krb/parse.c b/src/lib/krb5/krb/parse.c index 65a188c44..31c8a7399 100644 --- a/src/lib/krb5/krb/parse.c +++ b/src/lib/krb5/krb/parse.c @@ -35,13 +35,18 @@ static char rcsid_parse_c [] = * string, then the rest of the string after it represents the realm name. * Otherwise the local realm name is used. * - * returns system errors XXX + * error return: + * KRB5_PARSE_MALFORMED badly formatted string + * + * also returns system errors: + * ENOMEM malloc failed/out of memory + * + * get_default_realm() is called; it may return other errors. */ #define REALM_SEP '@' #define COMPONENT_SEP '/' #define QUOTECHAR '\\' -#define MAXRLMSZ 256 /* XXX! */ #define FCOMPNUM 2