summaryrefslogtreecommitdiff
path: root/include/asterisk/module.h
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2006-02-12 04:28:58 +0000
committerKevin P. Fleming <kpfleming@digium.com>2006-02-12 04:28:58 +0000
commit96bf384e7d84291c40dcbe2e26e16af1c5a974c1 (patch)
tree5c4270c1ac3d265b96361d98722a75b947f2f8c6 /include/asterisk/module.h
parent3d2404c62cc4ff50c05900f305d2a4939a9d5c8b (diff)
major dialplan functions update
deprecate LANGUAGE() and MUSICCLASS(), in favor of CHANNEL() git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9674 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/module.h')
-rw-r--r--include/asterisk/module.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/module.h b/include/asterisk/module.h
index 80806de5e..0f8cd5036 100644
--- a/include/asterisk/module.h
+++ b/include/asterisk/module.h
@@ -336,7 +336,7 @@ void ast_unregister_atexit(void (*func)(void));
\
if (!(u=calloc(1,sizeof(*u)))) { \
ast_log(LOG_WARNING, "Out of memory\n"); \
- return ""; \
+ return -1; \
} \
ast_mutex_lock(&localuser_lock); \
u->chan = chan; \