Browse Source

compile (with newer BDB?)

0.9
Oswald Buddenhagen 15 years ago
parent
commit
1d3eed9851
  1. 2
      src/maildir.c

2
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);

Loading…
Cancel
Save