From: Joshua Colp Date: Thu, 1 Feb 2007 22:04:58 +0000 (+0000) Subject: Huh... fix the berkeley DB to compile here as well, but it apparently required both... X-Git-Tag: 1.4.1~151 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ffe220faa5c774d0e99ec4eb8f6a3cb9f075dba3;p=thirdparty%2Fasterisk.git Huh... fix the berkeley DB to compile here as well, but it apparently required both dev mode and no optimizations to creep up. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@53099 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/main/db1-ast/hash/hash.c b/main/db1-ast/hash/hash.c index 2355d606c0..a28cb8b632 100644 --- a/main/db1-ast/hash/hash.c +++ b/main/db1-ast/hash/hash.c @@ -728,7 +728,7 @@ hash_seq(dbp, key, data, flag) u_int32_t flag; { register u_int32_t bucket; - register BUFHEAD *bufp; + register BUFHEAD *bufp = NULL; HTAB *hashp; u_int16_t *bp, ndx;