Browse Source

app_lua: removed one more static initializer of array

Daniel-Constantin Mierla 10 years ago
parent
commit
57910f3982
1 changed files with 1 additions and 1 deletions
  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))
 	{