Commit 628e21d2 authored by Denis Bilenko's avatar Denis Bilenko

ares.pyx: fix a typo: EV_WRITE is 2, not 1

parent a16e5c61
......@@ -9,7 +9,7 @@ __all__ = ['channel']
DEF EV_READ = 1
DEF EV_WRITE = 1
DEF EV_WRITE = 2
cdef extern from "dnshelper.c":
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment