diff options
Diffstat (limited to 'contrib/librdns/parse.c')
-rw-r--r-- | contrib/librdns/parse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/librdns/parse.c b/contrib/librdns/parse.c index fbf9d3e14..559d430a0 100644 --- a/contrib/librdns/parse.c +++ b/contrib/librdns/parse.c @@ -258,7 +258,7 @@ rdns_parse_rr (struct rdns_resolver *resolver, bool parsed = false; /* Skip the whole name */ - if (! rdns_parse_labels (resolver, in, NULL, &p, rep, remain, false)) { + if (!rdns_parse_labels (resolver, in, NULL, &p, rep, remain, false)) { rdns_info ("bad RR name"); return -1; } |