mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Make sure we don't loose our topology lock in a call_me() handler.
Sponsored by: DARPA & NAI Labs.
This commit is contained in:
parent
e71a9915fe
commit
cd4f50fbb8
1 changed files with 1 additions and 0 deletions
|
|
@ -153,6 +153,7 @@ g_do_event(struct g_event *ep)
|
|||
switch (ep->event) {
|
||||
case EV_CALL_ME:
|
||||
ep->func(ep->arg);
|
||||
g_topology_assert();
|
||||
break;
|
||||
case EV_NEW_CLASS:
|
||||
mp2 = ep->class;
|
||||
|
|
|
|||
Loading…
Reference in a new issue