mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-08 14:17:02 +00:00
res/stasis/command.c: Fix recent commit using spaces instead of tabs.
........ Merged revisions 420836 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@420837 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -123,8 +123,7 @@ int command_prestart_queue_command(struct ast_channel *chan,
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
command_queue = ao2_container_alloc_list(
|
command_queue = ao2_container_alloc_list(AO2_ALLOC_OPT_LOCK_MUTEX, 0, NULL, NULL);
|
||||||
AO2_ALLOC_OPT_LOCK_MUTEX, 0, NULL, NULL);
|
|
||||||
if (!command_queue) {
|
if (!command_queue) {
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
@@ -145,6 +144,7 @@ int command_prestart_queue_command(struct ast_channel *chan,
|
|||||||
struct ao2_container *command_prestart_get_container(struct ast_channel *chan)
|
struct ao2_container *command_prestart_get_container(struct ast_channel *chan)
|
||||||
{
|
{
|
||||||
struct ast_datastore *datastore = ast_channel_datastore_find(chan, &command_queue_prestart, NULL);
|
struct ast_datastore *datastore = ast_channel_datastore_find(chan, &command_queue_prestart, NULL);
|
||||||
|
|
||||||
if (!datastore) {
|
if (!datastore) {
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user