[Asterisk-code-review] res ari device states: Fix dependency on res stasis device s... (asterisk[master])
Joshua Colp
asteriskteam at digium.com
Thu Apr 30 14:39:26 CDT 2015
Joshua Colp has submitted this change and it was merged.
Change subject: res_ari_device_states: Fix dependency on res_stasis_device_state.
......................................................................
res_ari_device_states: Fix dependency on res_stasis_device_state.
The res_ari_device_states module depends on res_stasis_device_state,
not res_stasis_device_states.
Change-Id: I26e02ad37f9e36bcc859867e2fad1b90452ec3de
---
M res/ari/resource_device_states.c
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Richard Mudgett: Looks good to me, but someone else must approve
Joshua Colp: Looks good to me, approved; Verified
Corey Farrell: Looks good to me, but someone else must approve
diff --git a/res/ari/resource_device_states.c b/res/ari/resource_device_states.c
index 6f68d52..493d7a1 100644
--- a/res/ari/resource_device_states.c
+++ b/res/ari/resource_device_states.c
@@ -24,7 +24,7 @@
*/
/*** MODULEINFO
- <depend type="module">res_stasis_device_states</depend>
+ <depend type="module">res_stasis_device_state</depend>
<support_level>core</support_level>
***/
--
To view, visit https://gerrit.asterisk.org/316
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I26e02ad37f9e36bcc859867e2fad1b90452ec3de
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Owner: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Corey Farrell <git at cfware.com>
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Richard Mudgett <rmudgett at digium.com>
More information about the asterisk-code-review
mailing list