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

One more correction noted by Claudio

This commit is contained in:
hvlad 2008-03-12 09:41:34 +00:00
parent 37b0bb7c0a
commit b3cb185235

View File

@ -2163,12 +2163,10 @@ static XPM make_xpm(ULONG map_number, ULONG timestamp)
}
xpm->xpm_flags = 0;
{
Firebird::MutexLockGuard guard(xnet_mutex);
Firebird::MutexLockGuard guard(xnet_mutex);
xpm->xpm_next = global_client_maps;
global_client_maps = xpm;
}
xpm->xpm_next = global_client_maps;
global_client_maps = xpm;
return xpm;
}