made FRequest actually start, apparently nobody uses this because this is the first I've heard of it not working

This commit is contained in:
Izaya 2019-05-21 02:28:24 +10:00
parent 9ae161aeb5
commit dc4f76fdcb
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ local net = require "minitel"
local syslog = require "syslog"
local fs = require "filesystem"
local event = require "event"
local serial = require "serialization"
local coro = {} -- table of coroutines, one per socket
local cfg = {}