[Asterisk-code-review] res ari device states: Fix dependency on res stasis device s... (asterisk[13])
Joshua Colp
asteriskteam at digium.com
Thu Apr 30 13:44:34 CDT 2015
Joshua Colp has uploaded a new change for review.
https://gerrit.asterisk.org/315
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(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/15/315/1
diff --git a/res/ari/resource_device_states.c b/res/ari/resource_device_states.c
index 7239e11..9dec1b6 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/315
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I26e02ad37f9e36bcc859867e2fad1b90452ec3de
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