diff options
Diffstat (limited to 'lib/agentx.c')
| -rw-r--r-- | lib/agentx.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/agentx.c b/lib/agentx.c index 19f2a6b7fc..2e621d06a4 100644 --- a/lib/agentx.c +++ b/lib/agentx.c @@ -377,4 +377,9 @@ void smux_events_update(void) agentx_events_update(); } +void smux_terminate(void) +{ + if (events) + list_delete(&events); +} #endif /* SNMP_AGENTX */ |
