mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-27 04:50:59 +00:00
Was causing a very small leak on naptr lookups. Upon review just happened to be a typo missing a bang.
This commit is contained in:
parent
508fb78e94
commit
ef1bf8e34a
@ -312,7 +312,7 @@ static void parse_naptr(const ldns_rr *naptr, const char *number, enum_record_t
|
|||||||
|
|
||||||
char *regex, *replace;
|
char *regex, *replace;
|
||||||
|
|
||||||
if (zstr(str)) {
|
if (!zstr(str)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user