summaryrefslogtreecommitdiff
path: root/db1-ast/btree/bt_put.c
diff options
context:
space:
mode:
Diffstat (limited to 'db1-ast/btree/bt_put.c')
-rwxr-xr-xdb1-ast/btree/bt_put.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/db1-ast/btree/bt_put.c b/db1-ast/btree/bt_put.c
index 15309c66e..3f3807531 100755
--- a/db1-ast/btree/bt_put.c
+++ b/db1-ast/btree/bt_put.c
@@ -72,7 +72,7 @@ __bt_put(dbp, key, data, flags)
{
BTREE *t;
DBT tkey, tdata;
- EPG *e;
+ EPG *e = 0;
PAGE *h;
indx_t index, nxtindex;
pgno_t pg;