Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv7756

Modified Files:
        config.c 
Log Message:
make 'show config mapping' show all mappings associated with an engine (bug 
#4564)


Index: config.c
===================================================================
RCS file: /usr/cvsroot/asterisk/config.c,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -d -r1.68 -r1.69
--- config.c    7 Jun 2005 21:28:04 -0000       1.68
+++ config.c    21 Jun 2005 19:09:35 -0000      1.69
@@ -1035,7 +1035,6 @@
                        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");

_______________________________________________
Asterisk-Cvs mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-cvs

Reply via email to