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:
parent
37b0bb7c0a
commit
b3cb185235
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user