forked from grassrootseconomics/visedriver
Strip scheme from connstring in gdbm
This commit is contained in:
parent
24e729d275
commit
c0534ede1b
@ -63,6 +63,7 @@ func probeGdbm(s string) (string, string, bool) {
|
||||
if v.Scheme != "gdbm" {
|
||||
return "", "", false
|
||||
}
|
||||
s = v.Path
|
||||
return s, domain, true
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user