8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 07:23:04 +01:00

Removed THD_mutex_init from comment

This commit is contained in:
alexpeshkoff 2004-06-09 07:44:10 +00:00
parent cfad7de87e
commit 4a00641daf

View File

@ -430,7 +430,6 @@ rem_port* XNET_connect(const TEXT* name, PACKET* packet,
InterlockedExchange((LPLONG) &test_xnet_initialized, xnet_initialized);
if (!test_xnet_initialized) {
InterlockedExchange((LPLONG) &xnet_initialized, TRUE);
THD_mutex_init(&xnet_mutex);
CurrentProcessId = GetCurrentProcessId();
gds__register_cleanup((FPTR_VOID_PTR) exit_handler, NULL);
InterlockedExchange((LPLONG) &xnet_mutex_ready, (LONG) TRUE);