Add missing callback to connectionTerminated
This commit is contained in:
parent
25faaa9e6b
commit
39f6631201
1 changed files with 1 additions and 0 deletions
|
|
@ -158,6 +158,7 @@ static void lossStatsThreadFunc(void* context) {
|
|||
if (!sendMessageAndForget(PTYPE_LOSS_STATS,
|
||||
PPAYLEN_LOSS_STATS, lossStatsPayload)) {
|
||||
Limelog("Loss stats thread terminating #1\n");
|
||||
listenerCallbacks->connectionTerminated(LastSocketError());
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue