diff --git a/sflphone-client-gnome/src/contacts/addressbook.c b/sflphone-client-gnome/src/contacts/addressbook.c index 7a4290093e0ea7c788bb59b186af5995c7fb1c3a..b37b1e48d53be8ec308def7d124f52ea77dba79b 100644 --- a/sflphone-client-gnome/src/contacts/addressbook.c +++ b/sflphone-client-gnome/src/contacts/addressbook.c @@ -114,10 +114,8 @@ addressbook_config_books() // If book_data exists if (!book_data) { ERROR ("Addressbook: Error: Could not open book (%s:%d)", __FILE__, __LINE__); - continue; + book_data->active = TRUE; } - - book_data->active = TRUE; } g_strfreev (list); diff --git a/sflphone-common/src/audio/audiortp/AudioRtpSession.cpp b/sflphone-common/src/audio/audiortp/AudioRtpSession.cpp index 68368b36eb8130174d18915cda9ef05f8b21e1da..29295ad4c4c829812f8f83a177a27305b25a6334 100644 --- a/sflphone-common/src/audio/audiortp/AudioRtpSession.cpp +++ b/sflphone-common/src/audio/audiortp/AudioRtpSession.cpp @@ -243,7 +243,7 @@ void AudioRtpSession::sendMicData() _timestampCount++; - // Reset timestamp to make sure the timing information are up to date + // Reset timestamp to make sure the timinlipg information are up to date if (_timestampCount > RTP_TIMESTAMP_RESET_FREQ) { _timestamp = getCurrentTimestamp(); _timestampCount = 0;