2
0
mirror of https://github.com/vdukhovni/postfix synced 2025-08-22 01:49:47 +00:00

postfix-3.11-20250714

This commit is contained in:
Wietse Z Venema 2025-07-14 00:00:00 -05:00 committed by Viktor Dukhovni
parent e3501bc815
commit 9b4d4d966e
4 changed files with 8 additions and 3 deletions

View File

@ -29395,3 +29395,8 @@ Apologies for any names omitted.
challenge. File: proto/postconf.proto.
Typo in COMPATIBILITY_README.html. Emmanuel Fusté.
20250714
Uploaded the wrong postfix-3.11-20250713 tarball. Files:
master/event_server.c, master/multi_server.c.

View File

@ -20,7 +20,7 @@
* Patches change both the patchlevel and the release date. Snapshots have no
* patchlevel; they change the release date only.
*/
#define MAIL_RELEASE_DATE "20250713"
#define MAIL_RELEASE_DATE "20250714"
#define MAIL_VERSION_NUMBER "3.11"
#ifdef SNAPSHOT

View File

@ -329,7 +329,7 @@ int event_server_drain(void)
int fd;
if (event_server_drain_was_called)
return;
return (0);
switch (fork()) {
/* Try again later. */

View File

@ -297,7 +297,7 @@ int multi_server_drain(void)
int fd;
if (multi_server_drain_was_called)
return;
return (0);
switch (fork()) {
/* Try again later. */