Fix call stats init

This commit is contained in:
Yann Diorcet 2012-05-21 17:29:47 +02:00
parent 59415aa6e4
commit a4cfc69c95

View file

@ -318,7 +318,7 @@ static void linphone_call_init_common(LinphoneCall *call, LinphoneAddress *from,
}
void linphone_call_init_stats(LinphoneCallStats *stats, int type) {
stats->type = LINPHONE_CALL_STATS_AUDIO;
stats->type = type;
stats->received_rtcp = NULL;
stats->sent_rtcp = NULL;
}