mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-06 06:49:35 -05:00
Fix base member.
git-svn-id: file:///svn/unbound/trunk@3664 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
3e936c2eb6
commit
198ea7fa1e
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue