accept: Don't trigger uplink reconfiguration unnecessarily (twice).
This commit is contained in:
parent
20fbf3bbe1
commit
49220f94a5
|
|
@ -976,9 +976,6 @@ void accept_thread(void *asdf)
|
|||
workers_start();
|
||||
dupecheck_start();
|
||||
uplink_start();
|
||||
} else {
|
||||
/* if uplink was not restarted, reconfigure it */
|
||||
uplink_reconfiguring = 1;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in New Issue