mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-11-03 20:38:59 +00:00 
			
		
		
		
	Merged revisions 329950 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/10 ........ r329950 | seanbright | 2011-07-28 08:43:55 -0400 (Thu, 28 Jul 2011) | 1 line Correct the spelling of 'conference.' ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@329951 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		@@ -2623,13 +2623,13 @@ static int func_confbridge_info(struct ast_channel *chan, const char *cmd, char
 | 
			
		||||
		return -1;
 | 
			
		||||
	}
 | 
			
		||||
	if (!ao2_container_count(conference_bridges)) {
 | 
			
		||||
		ast_log(LOG_ERROR, "No active conferneces.\n");
 | 
			
		||||
		ast_log(LOG_ERROR, "No active conferences.\n");
 | 
			
		||||
		return -1;
 | 
			
		||||
	}
 | 
			
		||||
	ast_copy_string(tmp.name, args.confno, sizeof(tmp.name));
 | 
			
		||||
	bridge = ao2_find(conference_bridges, &tmp, OBJ_POINTER);
 | 
			
		||||
	if (!bridge) {
 | 
			
		||||
		ast_log(LOG_ERROR, "Confernece '%s' not found.\n", args.confno);
 | 
			
		||||
		ast_log(LOG_ERROR, "Conference '%s' not found.\n", args.confno);
 | 
			
		||||
		return -1;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user