mirror of
https://github.com/eclipse/mosquitto.git
synced 2025-05-09 09:11:11 +08:00
Fix typo.
This commit is contained in:
parent
0446bba7df
commit
613489f735
@ -90,7 +90,7 @@ int cfg_parse_property(struct mosq_config *cfg, int argc, char *argv[], int *idx
|
|||||||
}
|
}
|
||||||
|
|
||||||
if(mosquitto_property_check_command(cmd, identifier)){
|
if(mosquitto_property_check_command(cmd, identifier)){
|
||||||
fprintf(stderr, "Error: %s property not allow for %s in --property argument.\n\n", propname, cmdname);
|
fprintf(stderr, "Error: %s property not allowed for %s in --property argument.\n\n", propname, cmdname);
|
||||||
return MOSQ_ERR_INVAL;
|
return MOSQ_ERR_INVAL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user