closing the socket that it just sent. Files: scache/scache.c,
global/scache_clnt.c.
+20050708
+
+ Bugfix: missing returns in 20050706 caching disabling code.
+ File: global/scache_clnt.c.
+
Open problems:
Look for systems with XPG basename() declared in <libgen.h>,
* Patches change both the patchlevel and the release date. Snapshots have no
* patchlevel; they change the release date only.
*/
-#define MAIL_RELEASE_DATE "20050707"
+#define MAIL_RELEASE_DATE "20050708"
#define MAIL_VERSION_NUMBER "2.3"
#define VAR_MAIL_VERSION "mail_version"
sleep(1); /* XXX make configurable */
clnt_stream_recover(sp->clnt_stream);
}
+ return (-1);
}
/* scache_clnt_save_dest - create destination/endpoint association */
sleep(1); /* XXX make configurable */
clnt_stream_recover(sp->clnt_stream);
}
+ return (-1);
}
/* scache_clnt_size - dummy */