prevent potential false reads if 'controlswait' is set.
This commit is contained in:
parent
76c43c0593
commit
5f4eb3ac61
|
|
@ -443,8 +443,6 @@ void
|
|||
exec_controls(wordlist *newcontrols)
|
||||
{
|
||||
if (newcontrols) {
|
||||
if (shcontrols)
|
||||
wl_free(shcontrols);
|
||||
shcontrols = newcontrols;
|
||||
}
|
||||
#ifdef THREADS
|
||||
|
|
|
|||
Loading…
Reference in New Issue