mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-21 11:41:51 +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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user