]> granicus.if.org Git - libevent/commitdiff
Fix compile in kqueue.c
authorSebastian Hahn <sebastian@torproject.org>
Mon, 27 Sep 2010 19:14:28 +0000 (21:14 +0200)
committerSebastian Hahn <sebastian@torproject.org>
Mon, 27 Sep 2010 19:14:28 +0000 (21:14 +0200)
Commit 38d09606 removed the evsigbase pointer, but forgot to remove
an assignment to it in kqueue.c.

kqueue.c

index f4a5235506527a01f0539f1fab2f4ec61afd691e..111427c0dd29372a22d8e9e28151e6a01c1fcdc0 100644 (file)
--- a/kqueue.c
+++ b/kqueue.c
@@ -154,7 +154,6 @@ kq_init(struct event_base *base)
        }
 
        base->evsigsel = &kqsigops;
-       base->evsigbase = kqueueop;
 
        return (kqueueop);
 err: