fixed a gcc 4.6 warning.
This commit is contained in:
Родитель
3e0c15ace1
Коммит
881a0ae604
|
@ -864,7 +864,7 @@ ngx_http_lua_ngx_re_gmatch_iterator(lua_State *L)
|
|||
int i;
|
||||
ngx_str_t subj;
|
||||
int offset;
|
||||
const char *msg;
|
||||
const char *msg = NULL;
|
||||
|
||||
/* upvalues in order: subj ctx offset */
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче