mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-09-22 16:15:05 +08:00
Initialise all plugins, not just the first.
This commit is contained in:
+1
-1
@@ -156,8 +156,8 @@ int mosquitto_security_module_init(struct mosquitto_db *db)
|
||||
if(rc){
|
||||
log__printf(NULL, MOSQ_LOG_ERR,
|
||||
"Error: Authentication plugin returned %d when initialising.", rc);
|
||||
return rc;
|
||||
}
|
||||
return rc;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user