Revert unintentional change back to old API
This commit is contained in:
parent
7ac098dc0d
commit
b2f26224b9
|
@ -913,7 +913,7 @@ func main() {
|
|||
log.Fatal("API version not equal to value selected")
|
||||
}
|
||||
|
||||
db, e = fdb.Open(clusterFile, []byte("DB"))
|
||||
db, e = fdb.OpenDatabase(clusterFile)
|
||||
if e != nil {
|
||||
log.Fatal(e)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue