This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU Mailutils".
http://git.savannah.gnu.org/cgit/mailutils.git/commit/?id=b84a8723720c55581a4eb0100c5b483fc6adebe5 The branch, master has been updated via b84a8723720c55581a4eb0100c5b483fc6adebe5 (commit) from b4439f97af9c78e5d07dea0f57abe438e5174e7c (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit b84a8723720c55581a4eb0100c5b483fc6adebe5 Author: Sergey Poznyakoff <g...@gnu.org.ua> Date: Sat Mar 17 21:37:15 2012 +0200 Bugfix. * libmu_dbm/berkeley.c (do_bdb_open): Fix typo. ----------------------------------------------------------------------- Summary of changes: libmu_dbm/berkeley.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libmu_dbm/berkeley.c b/libmu_dbm/berkeley.c index 08e56f1..af11a64 100644 --- a/libmu_dbm/berkeley.c +++ b/libmu_dbm/berkeley.c @@ -108,7 +108,7 @@ do_bdb_open (mu_dbm_file_t mdb, int flags, int mode) if (access (mdb->db_name, R_OK) && errno == ENOENT) { tfd = open (mdb->db_name, O_CREAT|O_RDONLY|O_EXCL, - mu_file_mode_to_safety_criteria (mdb->db_safety_flags)); + mu_safety_criteria_to_file_mode (mdb->db_safety_flags)); if (tfd == -1) { mu_locker_destroy (&bdb_file->locker); hooks/post-receive -- GNU Mailutils _______________________________________________ Commit-mailutils mailing list Commit-mailutils@gnu.org https://lists.gnu.org/mailman/listinfo/commit-mailutils