summaryrefslogtreecommitdiff
path: root/res/res_musiconhold.c
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2007-05-23 13:07:28 +0000
committerJoshua Colp <jcolp@digium.com>2007-05-23 13:07:28 +0000
commit998261f602a47f9a1b30071f759e3f1732653f5d (patch)
tree0d587994b0a54dece5b9dda4f220668c56097612 /res/res_musiconhold.c
parent67b9dafe09870076782e9c6d47f3d79ab4ef7017 (diff)
Fix compiling of res_musiconhold under dev mode.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@65590 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res/res_musiconhold.c')
-rw-r--r--res/res_musiconhold.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res_musiconhold.c b/res/res_musiconhold.c
index 6b27a084b..ec049482c 100644
--- a/res/res_musiconhold.c
+++ b/res/res_musiconhold.c
@@ -342,7 +342,7 @@ static struct mohclass *get_mohbydigit(char digit)
static void moh_handle_digit(struct ast_channel *chan, char digit)
{
struct mohclass *moh;
- const char *classname;
+ const char *classname = NULL;
AST_RWLIST_RDLOCK(&mohclasses);
if ((moh = get_mohbydigit(digit)))