mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	Merged revisions 45408 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r45408 | kpfleming | 2006-10-17 17:24:10 -0500 (Tue, 17 Oct 2006) | 3 lines optimize the 'quick response' code a bit more... no more malloc() or memset() for each response expand stringfields API a bit to allow reusing the stringfield pool on a structure when needed, and remove some unnecessary code when the structure was being freed ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@45409 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -142,7 +142,7 @@ | ||||
| #include "asterisk.h" | ||||
|  | ||||
| #ifndef STANDALONE | ||||
| ASTERISK_FILE_VERSION(__FILE__, "$Revision: 40546 $") | ||||
| ASTERISK_FILE_VERSION(__FILE__, "$Revision$") | ||||
| #endif | ||||
|  | ||||
| #include <sys/types.h> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user