mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	Unregister additional applications (bug #539)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1758 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -2930,7 +2930,9 @@ int unload_module(void) | ||||
| 	int res; | ||||
| 	STANDARD_HANGUP_LOCALUSERS; | ||||
| 	res = ast_unregister_application(app); | ||||
| 	res |= ast_unregister_application(capp); | ||||
| 	res |= ast_unregister_application(app2); | ||||
| 	res |= ast_unregister_application(capp2); | ||||
| 	sql_close(); | ||||
| 	return res; | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user