소스 검색

app_lua: removed one more static initializer of array

Daniel-Constantin Mierla 10 년 전
부모
커밋
57910f3982
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      modules/app_lua/app_lua_exp.c

+ 1 - 1
modules/app_lua/app_lua_exp.c

@@ -2765,7 +2765,7 @@ static int lua_sr_ndb_mongodb_next_reply(lua_State *L)
 static int lua_sr_ndb_mongodb_free_reply(lua_State *L)
 {
 	int ret = 0;
-	str param[1] = {0};
+	str param[1];
 
 	if(!(_sr_lua_exp_reg_mods&SR_LUA_EXP_MOD_NDB_MONGODB))
 	{