mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-11 23:12:57 +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;
|
||||
|
||||
if (zstr(str)) {
|
||||
if (!zstr(str)) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user