mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 04:11:08 +00:00
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
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user