mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-16 11:57:39 -05:00
read_config() did not return a value
This commit is contained in:
parent
d7451444c2
commit
1fda8f9382
1 changed files with 1 additions and 0 deletions
|
|
@ -513,6 +513,7 @@ read_config( char *fname )
|
|||
}
|
||||
}
|
||||
fclose( fp );
|
||||
return( 0 );
|
||||
}
|
||||
|
||||
static int
|
||||
|
|
|
|||
Loading…
Reference in a new issue