mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 17:49:59 -05:00
silence warnings
This commit is contained in:
parent
804a111fbd
commit
bcf7b47079
1 changed files with 1 additions and 1 deletions
|
|
@ -8,6 +8,7 @@
|
|||
|
||||
#include <stdio.h>
|
||||
|
||||
#include <ac/stdlib.h>
|
||||
#include <ac/ctype.h>
|
||||
#include <ac/string.h>
|
||||
|
||||
|
|
@ -25,7 +26,6 @@ lutil_get_filed_password(
|
|||
const char *filename,
|
||||
struct berval *passwd )
|
||||
{
|
||||
int rc;
|
||||
size_t nread, nleft, nr;
|
||||
FILE *f = fopen( filename, "r" );
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue