mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 11:58:52 +00:00
res_sorcery_config: Fix build issue due to syntax error.
Change-Id: Ic8322f04e37842848ad72cf2871bd0378f67c4ac
This commit is contained in:
@@ -297,7 +297,7 @@ static void sorcery_config_internal_load(void *data, const struct ast_sorcery *s
|
|||||||
/* Confirm an object with this id does not already exist in the bucket.
|
/* Confirm an object with this id does not already exist in the bucket.
|
||||||
* If it exists, however, the configuration is invalid so stop
|
* If it exists, however, the configuration is invalid so stop
|
||||||
* processing and destroy it. */
|
* processing and destroy it. */
|
||||||
obj = ao2_find(objects, id, OBJ_KEY;
|
obj = ao2_find(objects, id, OBJ_KEY);
|
||||||
|
|
||||||
if (obj) {
|
if (obj) {
|
||||||
ast_log(LOG_ERROR, "Config file '%s' could not be loaded; configuration contains a duplicate object: '%s' of type '%s'\n",
|
ast_log(LOG_ERROR, "Config file '%s' could not be loaded; configuration contains a duplicate object: '%s' of type '%s'\n",
|
||||||
|
Reference in New Issue
Block a user