whoops, fix regression in opening "database" - bmf - bmf (Bayesian Mail Filter) 0.9.4 fork + patches
 (HTM) git clone git://git.codemadness.org/bmf
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit ea2535f01b1fb73863f7104b0e21719b577620c1
 (DIR) parent f5e56cc70c117352ec5b7a7984065eaa65db162f
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       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(-)
       ---
 (DIR) diff --git a/dbh.c b/dbh.c
       @@ -62,5 +62,5 @@ dbh_open(dbfmt_t dbfmt, cpchar dbhost, cpchar dbname, cpchar dbuser, cpchar dbpa
                        break;
                }
        
       -        return NULL;
       +        return pdb;
        }