]> git.pld-linux.org Git - packages/apache.git/blob - apache-db.patch
- added reload (simple HUP)
[packages/apache.git] / apache-db.patch
1 --- httpd-2.0.43/srclib/apr-util/dbm/apr_dbm_berkeleydb.c~      Wed Mar 13 20:40:47 2002
2 +++ httpd-2.0.43/srclib/apr-util/dbm/apr_dbm_berkeleydb.c       Sun Oct 27 14:19:45 2002
3 @@ -195,7 +195,7 @@
4  
5  #if DB_VER == 3
6          if ((dberr = db_create(&file.bdb, NULL, 0)) == 0) {
7 -            if ((dberr = (*file.bdb->open)(file.bdb, pathname, NULL, 
8 +            if ((dberr = (*file.bdb->open)(file.bdb, 0,  pathname, NULL, 
9                                             DB_HASH, dbmode, 
10                                             apr_posix_perms2mode(perm))) != 0) {
11                  /* close the DB handler */
This page took 0.138299 seconds and 3 git commands to generate.