dect
/
asterisk
Archived
13
0
Fork 0

make 'show config mapping' show all mappings associated with an engine (bug #4564)

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5957 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
kpfleming 2005-06-21 19:09:35 +00:00
parent 65ffc192aa
commit 1099e2a8fc
1 changed files with 0 additions and 1 deletions

View File

@ -1035,7 +1035,6 @@ static int config_command(int fd, int argc, char **argv)
if (!strcasecmp(map->driver, eng->name)) {
ast_cli(fd, "===> %s (db=%s, table=%s)\n", map->name, map->database,
map->table ? map->table : map->name);
break;
}
}
ast_cli(fd,"\n\n");