8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 20:43:02 +01:00
This commit is contained in:
asfernandes 2008-03-15 16:02:10 +00:00
parent e8004cba3f
commit f4b520c589

View File

@ -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