mirror of
https://github.com/openwrt/packages.git
synced 2025-02-12 03:28:07 +00:00
Bump postfix to 3.8.2 release. Refresh patches and drop patch 502-detect-glibc.patch as it got merged upstream. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
14 lines
644 B
Diff
14 lines
644 B
Diff
--- a/src/util/dict_db.c
|
|
+++ b/src/util/dict_db.c
|
|
@@ -751,8 +751,8 @@ static DICT *dict_db_open(const char *cl
|
|
msg_fatal("create DB database: %m");
|
|
if (db == 0)
|
|
msg_panic("db_create null result");
|
|
- if (type == DB_HASH && db->set_h_nelem(db, DICT_DB_NELM) != 0)
|
|
- msg_fatal("set DB hash element count %d: %m", DICT_DB_NELM);
|
|
+// if (type == DB_HASH && db->set_h_nelem(db, DICT_DB_NELM) != 0)
|
|
+// msg_fatal("set DB hash element count %d: %m", DICT_DB_NELM);
|
|
db_base_buf = vstring_alloc(100);
|
|
#if DB_VERSION_MAJOR == 18 || DB_VERSION_MAJOR == 6 || DB_VERSION_MAJOR == 5 || \
|
|
(DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR > 0)
|