mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 16:15:04 +00:00
Remove a tautological conditional
SU_LOG->log_level is declared as unsigned, hence it will always be >= 0.
This commit is contained in:
parent
9e52f33d91
commit
76a26648d4
@ -1625,7 +1625,7 @@ sres_sip_append_result(sres_sip_t *srs,
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((srs->srs_canonname && srs->srs_numeric) || (SU_LOG->log_level >= 0)) {
|
{
|
||||||
unsigned port = 0;
|
unsigned port = 0;
|
||||||
char const *lb = "", *rb = "";
|
char const *lb = "", *rb = "";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user