fix broken compile

This commit is contained in:
Simon Morlat 2012-04-03 16:04:57 +02:00
parent b06a202d82
commit 9b421bfd43

View file

@ -4583,7 +4583,7 @@ void linphone_core_start_dtmf_stream(LinphoneCore* lc) {
}
void linphone_core_stop_dtmf_stream(LinphoneCore* lc) {
if (lc->ringstream && dmfs_playing_start_time!=0) {
if (lc->ringstream && lc->dmfs_playing_start_time!=0) {
ring_stop(lc->ringstream);
lc->ringstream=NULL;
}