FS-8316 resolving the build warnings in one more module

This commit is contained in:
William King 2015-10-09 10:21:58 -07:00
parent dbddff88a6
commit efc173e195
1 changed files with 1 additions and 1 deletions

View File

@ -357,7 +357,7 @@ SWITCH_STANDARD_API(easyroute_function)
}
}
if (!route_lookup(destnum, &results, noat, separator) == SWITCH_STATUS_SUCCESS) {
if (route_lookup(destnum, &results, noat, separator) != SWITCH_STATUS_SUCCESS) {
stream->write_function(stream, "No Match!\n");
status = SWITCH_STATUS_SUCCESS;
goto done;