commit 29fe45911e4318255c1cebfce22f79960850a991
Author: Oswald Buddenhagen <o...@kde.org>
Date:   Sat Feb 6 11:27:55 2010 +0100

    compile (with newer BDB?)

 src/maildir.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/maildir.c b/src/maildir.c
index 19cef25..b4ba9ab 100644
--- a/src/maildir.c
+++ b/src/maildir.c
@@ -211,7 +211,7 @@ maildir_open (const char *path, int flags)
            fputs ("Error configuring database\n", stderr);
            goto err;
     }
-    m->db->open (m->db, buf, 0, DB_HASH, DB_CREATE, S_IRUSR | S_IWUSR);
+    m->db->open (m->db, 0, buf, 0, DB_HASH, DB_CREATE, S_IRUSR | S_IWUSR);
     if (m->db == NULL)
     {
        fputs ("ERROR: unable to open UID db\n", stderr);

------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
isync-devel mailing list
isync-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/isync-devel

Reply via email to