mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	Merge "translate: Skip matrix_rebuild during shutdown."
This commit is contained in:
		| @@ -1307,7 +1307,7 @@ int ast_unregister_translator(struct ast_translator *t) | ||||
| 	} | ||||
| 	AST_RWLIST_TRAVERSE_SAFE_END; | ||||
|  | ||||
| 	if (found) { | ||||
| 	if (found && !ast_shutting_down()) { | ||||
| 		matrix_rebuild(0); | ||||
| 	} | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user