From ffe220faa5c774d0e99ec4eb8f6a3cb9f075dba3 Mon Sep 17 00:00:00 2001 From: Joshua Colp Date: Thu, 1 Feb 2007 22:04:58 +0000 Subject: [PATCH] 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 --- main/db1-ast/hash/hash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;