Fix warning.
This commit is contained in:
parent
a95bbadb57
commit
d16765919d
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ static void xtstest(FILE *in, FILE *out)
|
|||
char buf[204800];
|
||||
char lbuf[204800];
|
||||
char *keyword, *value;
|
||||
int inlen;
|
||||
int inlen = 0;
|
||||
int encrypt = 0;
|
||||
int rv;
|
||||
long l;
|
||||
|
|
Loading…
Reference in a new issue