mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
net.cqueues: Fix incorrect version check
This commit is contained in:
parent
85adf1b4d6
commit
700bd13b77
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
local server = require "net.server";
|
||||
local cqueues = require "cqueues";
|
||||
assert(cqueues.VERSION >= 20150112, "cqueues newer than 20151013 required")
|
||||
assert(cqueues.VERSION >= 20150113, "cqueues newer than 20150113 required")
|
||||
|
||||
-- Create a single top level cqueue
|
||||
local cq;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue