Introduction
Introduction Statistics Contact Development Disclaimer Help
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;
}
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.