Minor formatting change to test closing mantis issues through commit tags

(closes issue #9828)


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@67843 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2007-06-06 20:35:05 +00:00
parent 3cc39e0fd0
commit 7b75537684

View File

@@ -1505,7 +1505,7 @@ static char mandescr_setvar[] =
static int action_setvar(struct mansession *s, const struct message *m)
{
struct ast_channel *c = NULL;
struct ast_channel *c = NULL;
const char *name = astman_get_header(m, "Channel");
const char *varname = astman_get_header(m, "Variable");
const char *varval = astman_get_header(m, "Value");