2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00
This commit is contained in:
Tatuya JINMEI 神明達哉
2008-06-24 01:58:16 +00:00
parent 78576fe0db
commit 1ef53a4a91

View File

@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE. * PERFORMANCE OF THIS SOFTWARE.
*/ */
/* $Id: socket.c,v 1.282 2008/06/23 23:47:11 tbox Exp $ */ /* $Id: socket.c,v 1.283 2008/06/24 01:58:16 jinmei Exp $ */
/*! \file */ /*! \file */
@@ -3325,6 +3325,7 @@ isc_socketmgr_create(isc_mem_t *mctx, isc_socketmgr_t **managerp) {
char strbuf[ISC_STRERRORSIZE]; char strbuf[ISC_STRERRORSIZE];
#endif #endif
isc_result_t result; isc_result_t result;
REQUIRE(managerp != NULL && *managerp == NULL); REQUIRE(managerp != NULL && *managerp == NULL);
#ifndef ISC_PLATFORM_USETHREADS #ifndef ISC_PLATFORM_USETHREADS