mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-02-05 10:40:05 +08:00
Plugin interface interface and test improvements.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user