aboutsummaryrefslogtreecommitdiffstats
path: root/db1-ast/btree/bt_seq.c
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-11-23 22:14:32 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-11-23 22:14:32 +0000
commit54b6732e7a947ca6ea41a4ac2b6c6f8b9844af7b (patch)
tree3abbcfbfaf4182b264577213a5ce992548a32b40 /db1-ast/btree/bt_seq.c
parentc5141472b8fb52723d319e61f197f83928b140eb (diff)
Various warning cleanups
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1782 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'db1-ast/btree/bt_seq.c')
-rwxr-xr-xdb1-ast/btree/bt_seq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/db1-ast/btree/bt_seq.c b/db1-ast/btree/bt_seq.c
index 90f896036..5ba7b0301 100755
--- a/db1-ast/btree/bt_seq.c
+++ b/db1-ast/btree/bt_seq.c
@@ -244,7 +244,7 @@ __bt_seqadv(t, ep, flags)
{
CURSOR *c;
PAGE *h;
- indx_t index;
+ indx_t index = 0;
pgno_t pg;
int exact;