mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 20:43:02 +01:00
Misc
This commit is contained in:
parent
e8004cba3f
commit
f4b520c589
@ -2293,7 +2293,8 @@ static XPM get_free_slot(ULONG* map_num, ULONG* slot_num, ULONG* timestamp)
|
||||
|
||||
// go through list of maps
|
||||
|
||||
for (xpm = global_client_maps; xpm; xpm = xpm->xpm_next) {
|
||||
for (xpm = global_client_maps; xpm; xpm = xpm->xpm_next)
|
||||
{
|
||||
|
||||
// find an available unused comm area
|
||||
|
||||
@ -2309,6 +2310,7 @@ static XPM get_free_slot(ULONG* map_num, ULONG* slot_num, ULONG* timestamp)
|
||||
j = xpm->xpm_number;
|
||||
break;
|
||||
}
|
||||
|
||||
j++;
|
||||
}
|
||||
} // xnet_mutex scope
|
||||
|
Loading…
Reference in New Issue
Block a user