Skip to content

Commit 8b4c1f4

Browse files
davidtrihy-genesysbenceszigeti
authored andcommitted
Fixing compile warning
1 parent 8ebcb5e commit 8b4c1f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/sql_cacher/sql_cacher.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ struct module_exports exports = {
198198

199199
static int parse_cache_entry(unsigned int type, void *val)
200200
{
201-
cache_entry_t *new_entry;
201+
cache_entry_t *new_entry = NULL;
202202
char *p1, *p2, *tmp, *c_tmp1, *c_tmp2;
203203
int col_idx;
204204
int rc = -1;

0 commit comments

Comments
 (0)