libs/web: remove debugging code
[project/luci.git] / libs / nixio / src / sockopt.c
index c7fe9c297999d08a6a7ccb8a62ebea3658bd8d05..cede884ce4616d7748c16a4613a2b4aa31eb8a1f 100644 (file)
@@ -204,7 +204,7 @@ static int nixio__gso_mreq6(lua_State *L, int fd, int level, int opt, int set) {
                                return nixio__perror_s(L);
                        }
                        lua_pushstring(L, buf);
-                       lua_pushnumber(L, val.ipv6mr_interface);
+                       lua_pushinteger(L, val.ipv6mr_interface);
                        return 2;
                }
        } else {