Add missing callback to connectionTerminated

This commit is contained in:
Cameron Gutman 2014-10-21 00:59:37 -04:00
parent 25faaa9e6b
commit 39f6631201

View File

@ -158,6 +158,7 @@ static void lossStatsThreadFunc(void* context) {
if (!sendMessageAndForget(PTYPE_LOSS_STATS, if (!sendMessageAndForget(PTYPE_LOSS_STATS,
PPAYLEN_LOSS_STATS, lossStatsPayload)) { PPAYLEN_LOSS_STATS, lossStatsPayload)) {
Limelog("Loss stats thread terminating #1\n"); Limelog("Loss stats thread terminating #1\n");
listenerCallbacks->connectionTerminated(LastSocketError());
return; return;
} }