mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 10:47:18 +00:00 
			
		
		
		
	Merged revisions 273884 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r273884 | pabelanger | 2010-07-05 09:51:29 -0400 (Mon, 05 Jul 2010) | 8 lines Remove extra line breaks from 'core show config mappings' (closes issue #17583) Reported by: pabelanger Patches: issue17583.patch uploaded by pabelanger (license 224) Tested by: lmadsen ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@273886 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -2461,9 +2461,8 @@ static char *handle_cli_core_show_config_mappings(struct ast_cli_entry *e, int c | ||||
| 	if (!config_engine_list) { | ||||
| 		ast_cli(a->fd, "No config mappings found.\n"); | ||||
| 	} else { | ||||
| 		ast_cli(a->fd, "\n\n"); | ||||
| 		for (eng = config_engine_list; eng; eng = eng->next) { | ||||
| 			ast_cli(a->fd, "\nConfig Engine: %s\n", eng->name); | ||||
| 			ast_cli(a->fd, "Config Engine: %s\n", eng->name); | ||||
| 			for (map = config_maps; map; map = map->next) { | ||||
| 				if (!strcasecmp(map->driver, eng->name)) { | ||||
| 					ast_cli(a->fd, "===> %s (db=%s, table=%s)\n", map->name, map->database, | ||||
| @@ -2471,7 +2470,6 @@ static char *handle_cli_core_show_config_mappings(struct ast_cli_entry *e, int c | ||||
| 				} | ||||
| 			} | ||||
| 		} | ||||
| 		ast_cli(a->fd,"\n\n"); | ||||
| 	} | ||||
| 	 | ||||
| 	ast_mutex_unlock(&config_lock); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user