mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 04:30:28 +00:00
Merged revisions 159976 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r159976 | mvanbaak | 2008-12-01 11:08:36 -0500 (Mon, 01 Dec 2008) | 3 lines Get rid of the useless format string and argument in the Bogus/ manager channelname. Noted by kpfleming and name Bogus/manager suggested by eliel ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@160172 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1814,7 +1814,7 @@ static int action_getvar(struct mansession *s, const struct message *m)
|
||||
|
||||
if (varname[strlen(varname) - 1] == ')') {
|
||||
if (!c) {
|
||||
c = ast_channel_alloc(0, 0, "", "", "", "", "", 0, "Bogus/%p", SENTINEL);
|
||||
c = ast_channel_alloc(0, 0, "", "", "", "", "", 0, "Bogus/manager");
|
||||
if (c) {
|
||||
ast_func_read(c, (char *) varname, workspace, sizeof(workspace));
|
||||
ast_channel_free(c);
|
||||
|
Reference in New Issue
Block a user