aboutsummaryrefslogtreecommitdiff
path: root/cmd/bolt/pages.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/bolt/pages.go')
-rw-r--r--cmd/bolt/pages.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/bolt/pages.go b/cmd/bolt/pages.go
index 33f6886..ec1c4b4 100644
--- a/cmd/bolt/pages.go
+++ b/cmd/bolt/pages.go
@@ -14,7 +14,7 @@ func Pages(path string) {
return
}
- db, err := bolt.Open(path, 0600)
+ db, err := bolt.Open(path, 0600, nil)
if err != nil {
fatal(err)
return