storage/backend: fixes Windows compile error

The type is "Options," not "Option" -- at least, in the vendored version of boltdb in the repository.
release-2.3
Sean Russell 2015-12-06 17:15:19 -05:00 committed by Gyu-Ho Lee
parent a907ca5e62
commit 928c0d3601
1 changed files with 1 additions and 1 deletions

View File

@ -18,4 +18,4 @@ import "github.com/coreos/etcd/Godeps/_workspace/src/github.com/boltdb/bolt"
// TODO: support syscall.MAP_POPULATE in windows.
// Need upstream patch from boltdb/bolt.
var boltOpenOptions *bolt.Option = nil
var boltOpenOptions *bolt.Options = nil