mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-08-20 21:41:40 +08:00
Clear errno before check.
This commit is contained in:
@@ -358,6 +358,7 @@ static int dynsec__config_load(void)
|
||||
cJSON *tree;
|
||||
|
||||
/* Load from file */
|
||||
errno = 0;
|
||||
fptr = fopen(config_file, "rb");
|
||||
if(fptr == NULL){
|
||||
mosquitto_log_printf(MOSQ_LOG_ERR, "Error loading Dynamic security plugin config: File is not readable - check permissions.\n");
|
||||
|
||||
Reference in New Issue
Block a user