FS-8316 resolving the build warnings in one more module
This commit is contained in:
parent
dbddff88a6
commit
efc173e195
|
@ -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");
|
stream->write_function(stream, "No Match!\n");
|
||||||
status = SWITCH_STATUS_SUCCESS;
|
status = SWITCH_STATUS_SUCCESS;
|
||||||
goto done;
|
goto done;
|
||||||
|
|
Loading…
Reference in New Issue