mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 07:45:26 +00:00
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");
|
||||
status = SWITCH_STATUS_SUCCESS;
|
||||
goto done;
|
||||
|
Loading…
x
Reference in New Issue
Block a user