]> jfr.im git - irc/quakenet/newserv.git/blobdiff - lua/nterfacer_lua.c
merge
[irc/quakenet/newserv.git] / lua / nterfacer_lua.c
index 6822f0a7a0db371bab262978be6f8f0ada5e4b36..0fdb4629ebb037b628d7594b4dd34ddccae3eca2 100644 (file)
@@ -41,7 +41,7 @@ int handle_scriptcommand(struct rline *li, int argc, char **argv) {
   lua_State *l;
   int top;
   int iresult = 0;
-  int ret, i;
+  int ret = 0, i;
   char *cresult = NULL;
 
   if(!l2)