From: Joshua Colp Date: Wed, 29 Apr 2015 15:46:21 +0000 (-0300) Subject: res_sorcery_config: Fix build issue due to syntax error. X-Git-Tag: 14.0.0-beta1~1018 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed5715eb3994d08fdf81001dabdb39b171a308ac;p=thirdparty%2Fasterisk.git res_sorcery_config: Fix build issue due to syntax error. Change-Id: Ic8322f04e37842848ad72cf2871bd0378f67c4ac --- diff --git a/res/res_sorcery_config.c b/res/res_sorcery_config.c index deb2ffadd8..b6ad0ccf5f 100644 --- a/res/res_sorcery_config.c +++ b/res/res_sorcery_config.c @@ -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. * If it exists, however, the configuration is invalid so stop * processing and destroy it. */ - obj = ao2_find(objects, id, OBJ_KEY; + obj = ao2_find(objects, id, OBJ_KEY); if (obj) { ast_log(LOG_ERROR, "Config file '%s' could not be loaded; configuration contains a duplicate object: '%s' of type '%s'\n",