fix another int vs krb5_error_code
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12828 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -118,7 +118,7 @@ parse_list(FILE *f, unsigned *lineno, krb5_config_binding **parent,
|
|||||||
const char **error_message)
|
const char **error_message)
|
||||||
{
|
{
|
||||||
char buf[BUFSIZ];
|
char buf[BUFSIZ];
|
||||||
int ret;
|
krb5_error_code ret;
|
||||||
krb5_config_binding *b = NULL;
|
krb5_config_binding *b = NULL;
|
||||||
unsigned beg_lineno = *lineno;
|
unsigned beg_lineno = *lineno;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user