mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-09-13 13:27:43 +02:00
Fix base member.
git-svn-id: file:///svn/unbound/trunk@3664 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
@@ -351,6 +351,7 @@ ub_libevent_event_base(struct event_base* base)
|
||||
return NULL;
|
||||
my_base->super.magic = UB_EVENT_MAGIC;
|
||||
my_base->super.vmt = &default_event_base_vmt;
|
||||
my_base->base = base;
|
||||
return &my_base->super;
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user