commit-mailutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Mailutils branch, master, updated. release-2.2-581-gb84a872


From: Sergey Poznyakoff
Subject: [SCM] GNU Mailutils branch, master, updated. release-2.2-581-gb84a872
Date: Sat, 17 Mar 2012 19:37:01 +0000

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 <address@hidden>
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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]