[Asterisk-code-review] res sorcery config: Fix build issue due to syntax error. (asterisk[13])

Joshua Colp asteriskteam at digium.com
Wed Apr 29 10:48:09 CDT 2015


Joshua Colp has uploaded a new change for review.

  https://gerrit.asterisk.org/289

Change subject: res_sorcery_config: Fix build issue due to syntax error.
......................................................................

res_sorcery_config: Fix build issue due to syntax error.

Change-Id: Ic8322f04e37842848ad72cf2871bd0378f67c4ac
---
M res/res_sorcery_config.c
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/89/289/1

diff --git a/res/res_sorcery_config.c b/res/res_sorcery_config.c
index 3b138a3..db3316e 100644
--- a/res/res_sorcery_config.c
+++ b/res/res_sorcery_config.c
@@ -297,7 +297,7 @@
 		/*  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",

-- 
To view, visit https://gerrit.asterisk.org/289
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic8322f04e37842848ad72cf2871bd0378f67c4ac
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-Owner: Joshua Colp <jcolp at digium.com>



More information about the asterisk-code-review mailing list