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