aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfig.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/config.c b/config.c
index e2ccd13a3..9c30eac61 100755
--- a/config.c
+++ b/config.c
@@ -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");