mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 18:55:19 +00:00 
			
		
		
		
	Fix major typo
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3066 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -476,7 +476,7 @@ struct ast_channel *ast_get_channel_by_name_locked(char *channame) | |||||||
| 		if (!strcasecmp(chan->name, channame)) | 		if (!strcasecmp(chan->name, channame)) | ||||||
| 			return chan; | 			return chan; | ||||||
| 		ast_mutex_unlock(&chan->lock); | 		ast_mutex_unlock(&chan->lock); | ||||||
| 		chan = ast_channel_walk_locked(NULL); | 		chan = ast_channel_walk_locked(chan); | ||||||
| 	} | 	} | ||||||
| 	return NULL; | 	return NULL; | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user