FS-8316 fixed new build warning from latest clang

This commit is contained in:
William King 2015-10-07 10:34:45 -07:00
parent b205355c24
commit 444f81ce9f
1 changed files with 1 additions and 1 deletions

View File

@ -1429,7 +1429,7 @@ SWITCH_DECLARE(void) switch_core_session_check_outgoing_crypto(switch_core_sessi
switch_media_handle_t *smh;
int i;
if (!switch_core_session_media_handle_ready(session) == SWITCH_STATUS_SUCCESS) {
if (switch_core_session_media_handle_ready(session) != SWITCH_STATUS_SUCCESS) {
return;
}