Plugin interface interface and test improvements.

This commit is contained in:
Roger A. Light
2022-01-07 22:55:22 +00:00
parent 33f2817b1e
commit 0a0f4ead42
20 changed files with 806 additions and 83 deletions

View File

@@ -90,6 +90,9 @@ void plugin_persist__handle_client_update(struct mosquitto *context)
if(db.shutdown) return;
UNUSED(will); /* FIXME */
if(db.shutdown) return;
opts = &db.config->security_options;
memset(&event_data, 0, sizeof(event_data));
event_data.client_id = context->id;