* debug.cc (clexec): Add missing `hl = hl->next'.
This commit is contained in:
@ -229,6 +229,7 @@ setclexec (HANDLE oh, HANDLE nh, bool setit)
|
||||
handle_list *hl = find_handle (oh);
|
||||
if (hl)
|
||||
{
|
||||
hl = hl->next;
|
||||
hl->clexec = setit;
|
||||
hl->h = nh;
|
||||
}
|
||||
|
Reference in New Issue
Block a user