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:
parent
e3501bc815
commit
9b4d4d966e
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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. */
|
||||
|
@ -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. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user