diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/krb5/krb/parse.c | 9 |
1 files changed, 7 insertions, 2 deletions
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 |
