silence warnings

This commit is contained in:
Pierangelo Masarati 2002-08-31 10:54:58 +00:00
parent 804a111fbd
commit bcf7b47079

View file

@ -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" );