SOLVED: [Postfixbuch-users] Fehler beim Umstieg von 2.0.16 auf2.0.16-20030921
Julian Pawlowski
lists at jp-solution.net
Fr Okt 24 22:49:32 CEST 2003
Ralf Hildebrandr schrieb:
> Mit dem Fehler wuerde ich mal auf postfix-users at postfix.org fragen
Ergenis: Eine erfolgreiche Fehlerbekämpfung ;-)
Und: Der Fehler wurde auch gleich im CVS korrigiert.
Für alle hier der kleine Patch:
---schnipp---
diff -u --recursive --new-file
./postfix-2.0.16-20030921.old/src/util/dict_mysql.c
./postfix-2.0.16-20030921/src/util/dict_mysql.c
--- ./postfix-2.0.16-20030921.old/src/util/dict_mysql.c 2003-07-28
23:49:53.000000000 +0200
+++ ./postfix-2.0.16-20030921/src/util/dict_mysql.c 2003-10-24
22:30:39.000000000 +0200
@@ -382,7 +382,6 @@
dict_mysql->name->len_hosts);
if (dict_mysql->pldb == NULL)
msg_fatal("couldn't intialize pldb!\n");
- dict_register(name, (DICT *) dict_mysql);
return (DICT_DEBUG (&dict_mysql->dict)); }
diff -u --recursive --new-file
./postfix-2.0.16-20030921.old/src/util/dict_pgsql.c
./postfix-2.0.16-20030921/src/util/dict_pgsql.c
--- ./postfix-2.0.16-20030921.old/src/util/dict_pgsql.c 2003-07-28
23:50:11.000000000 +0200
+++ ./postfix-2.0.16-20030921/src/util/dict_pgsql.c 2003-10-24
22:30:50.000000000 +0200
@@ -512,7 +512,6 @@
dict_pgsql->dict.flags = dict_flags | DICT_FLAG_FIXED;
if (dict_pgsql->pldb == NULL)
msg_fatal("couldn't intialize pldb!\n");
- dict_register(name, (DICT *) dict_pgsql);
return &dict_pgsql->dict;
}
---schnapp---
Gruß
Julian
Mehr Informationen über die Mailingliste Postfixbuch-users