[asterisk-commits] file: branch 1.4 r53099 -
/branches/1.4/main/db1-ast/hash/hash.c
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Thu Feb 1 15:04:59 MST 2007
Author: file
Date: Thu Feb 1 16:04:58 2007
New Revision: 53099
URL: http://svn.digium.com/view/asterisk?view=rev&rev=53099
Log:
Huh... fix the berkeley DB to compile here as well, but it apparently required both dev mode and no optimizations to creep up.
Modified:
branches/1.4/main/db1-ast/hash/hash.c
Modified: branches/1.4/main/db1-ast/hash/hash.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/main/db1-ast/hash/hash.c?view=diff&rev=53099&r1=53098&r2=53099
==============================================================================
--- branches/1.4/main/db1-ast/hash/hash.c (original)
+++ branches/1.4/main/db1-ast/hash/hash.c Thu Feb 1 16:04:58 2007
@@ -728,7 +728,7 @@
u_int32_t flag;
{
register u_int32_t bucket;
- register BUFHEAD *bufp;
+ register BUFHEAD *bufp = NULL;
HTAB *hashp;
u_int16_t *bp, ndx;
More information about the asterisk-commits
mailing list