Stop transport after we're done probing
This commit is contained in:
parent
001c653069
commit
e000a41d3b
1 changed files with 2 additions and 0 deletions
|
@ -66,6 +66,8 @@ sp_done(sp_t *sp)
|
|||
TAILQ_REMOVE(&probequeue, t, tht_probe_link);
|
||||
t->tht_on_probe_queue = 0;
|
||||
|
||||
transport_stop(t, 0);
|
||||
|
||||
subscription_reschedule();
|
||||
|
||||
serviceprobe_engage();
|
||||
|
|
Loading…
Add table
Reference in a new issue