whoops, fix regression in opening "database" - bmf - bmf (Bayesian Mail Filter)… | |
git clone git://git.codemadness.org/bmf | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit ea2535f01b1fb73863f7104b0e21719b577620c1 | |
parent f5e56cc70c117352ec5b7a7984065eaa65db162f | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Sat, 27 Oct 2018 19:13:02 +0200 | |
whoops, fix regression in opening "database" | |
Diffstat: | |
M dbh.c | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/dbh.c b/dbh.c | |
@@ -62,5 +62,5 @@ dbh_open(dbfmt_t dbfmt, cpchar dbhost, cpchar dbname, cpchar … | |
break; | |
} | |
- return NULL; | |
+ return pdb; | |
} |