mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-20 03:59:01 +00:00
Allow some function modules to compile under dev mode.
Issue 11104, patch by andrew. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@87340 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -251,7 +251,7 @@ static int acf_sort_exec(struct ast_channel *chan, char *cmd, char *data, char *
|
||||
static int acf_cut_exec(struct ast_channel *chan, char *cmd, char *data, char *buf, size_t len)
|
||||
{
|
||||
int ret = -1;
|
||||
struct ast_module_user *u;
|
||||
struct ast_module_user *u = NULL;
|
||||
|
||||
if (chan) {
|
||||
ast_autoservice_start(chan);
|
||||
|
Reference in New Issue
Block a user