mirror of
https://github.com/vdukhovni/postfix
synced 2025-08-31 06:05:37 +00:00
postfix-2.3-20050708
This commit is contained in:
committed by
Viktor Dukhovni
parent
61523e3f67
commit
a341721309
@@ -10978,6 +10978,11 @@ Apologies for any names omitted.
|
|||||||
closing the socket that it just sent. Files: scache/scache.c,
|
closing the socket that it just sent. Files: scache/scache.c,
|
||||||
global/scache_clnt.c.
|
global/scache_clnt.c.
|
||||||
|
|
||||||
|
20050708
|
||||||
|
|
||||||
|
Bugfix: missing returns in 20050706 caching disabling code.
|
||||||
|
File: global/scache_clnt.c.
|
||||||
|
|
||||||
Open problems:
|
Open problems:
|
||||||
|
|
||||||
Look for systems with XPG basename() declared in <libgen.h>,
|
Look for systems with XPG basename() declared in <libgen.h>,
|
||||||
|
@@ -20,7 +20,7 @@
|
|||||||
* Patches change both the patchlevel and the release date. Snapshots have no
|
* Patches change both the patchlevel and the release date. Snapshots have no
|
||||||
* patchlevel; they change the release date only.
|
* patchlevel; they change the release date only.
|
||||||
*/
|
*/
|
||||||
#define MAIL_RELEASE_DATE "20050707"
|
#define MAIL_RELEASE_DATE "20050708"
|
||||||
#define MAIL_VERSION_NUMBER "2.3"
|
#define MAIL_VERSION_NUMBER "2.3"
|
||||||
|
|
||||||
#define VAR_MAIL_VERSION "mail_version"
|
#define VAR_MAIL_VERSION "mail_version"
|
||||||
|
@@ -220,6 +220,7 @@ static int scache_clnt_find_endp(SCACHE *scache, const char *endp_label,
|
|||||||
sleep(1); /* XXX make configurable */
|
sleep(1); /* XXX make configurable */
|
||||||
clnt_stream_recover(sp->clnt_stream);
|
clnt_stream_recover(sp->clnt_stream);
|
||||||
}
|
}
|
||||||
|
return (-1);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* scache_clnt_save_dest - create destination/endpoint association */
|
/* scache_clnt_save_dest - create destination/endpoint association */
|
||||||
@@ -361,6 +362,7 @@ static int scache_clnt_find_dest(SCACHE *scache, const char *dest_label,
|
|||||||
sleep(1); /* XXX make configurable */
|
sleep(1); /* XXX make configurable */
|
||||||
clnt_stream_recover(sp->clnt_stream);
|
clnt_stream_recover(sp->clnt_stream);
|
||||||
}
|
}
|
||||||
|
return (-1);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* scache_clnt_size - dummy */
|
/* scache_clnt_size - dummy */
|
||||||
|
Reference in New Issue
Block a user