aboutsummaryrefslogtreecommitdiffstats
path: root/main/ast_expr2.c
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-17 22:24:10 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-17 22:24:10 +0000
commited8ca6e7bcc35a5311ed46f314d4ecffe041b059 (patch)
treeef7e12bbf96ba7099e860497a27a213106551c31 /main/ast_expr2.c
parent6ecd4809b7c31e2b5f2c5e7af51edd0bdb3f4ce3 (diff)
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: http://svn.digium.com/svn/asterisk/branches/1.4@45408 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main/ast_expr2.c')
-rw-r--r--main/ast_expr2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/ast_expr2.c b/main/ast_expr2.c
index 6532093c5..bd152549b 100644
--- a/main/ast_expr2.c
+++ b/main/ast_expr2.c
@@ -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>