mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-07 10:28:32 +00:00
make 'show config mapping' show all mappings associated with an engine (bug #4564)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5957 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
1
config.c
1
config.c
@@ -1035,7 +1035,6 @@ static int config_command(int fd, int argc, char **argv)
|
|||||||
if (!strcasecmp(map->driver, eng->name)) {
|
if (!strcasecmp(map->driver, eng->name)) {
|
||||||
ast_cli(fd, "===> %s (db=%s, table=%s)\n", map->name, map->database,
|
ast_cli(fd, "===> %s (db=%s, table=%s)\n", map->name, map->database,
|
||||||
map->table ? map->table : map->name);
|
map->table ? map->table : map->name);
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
ast_cli(fd,"\n\n");
|
ast_cli(fd,"\n\n");
|
||||||
|
|||||||
Reference in New Issue
Block a user