Fix warning.
This commit is contained in:
parent
004aa803a9
commit
c9fc143972
1 changed files with 1 additions and 1 deletions
|
@ -249,7 +249,7 @@ ENGINE *engine_table_select_tmp(ENGINE_TABLE **table, int nid, const char *f, in
|
|||
#endif
|
||||
{
|
||||
ENGINE *ret = NULL;
|
||||
ENGINE_PILE tmplate, *fnd;
|
||||
ENGINE_PILE tmplate, *fnd=NULL;
|
||||
int initres, loop = 0;
|
||||
|
||||
/* If 'engine_ciphers' is NULL, then it's absolutely *sure* that no
|
||||
|
|
Loading…
Reference in a new issue