mirror of
https://github.com/nmap/nmap.git
synced 2025-12-07 13:11:28 +00:00
Fixes a comment to match opening ifdef
This commit is contained in:
@@ -583,7 +583,7 @@ const struct MatchDetails *ServiceProbeMatch::testMatch(const u8 *buf, int bufle
|
|||||||
if (o.debugging || o.verbose > 1)
|
if (o.debugging || o.verbose > 1)
|
||||||
error("Warning: Hit PCRE_ERROR_RECURSIONLIMIT when probing for service %s with the regex '%s'", servicename, matchstr);
|
error("Warning: Hit PCRE_ERROR_RECURSIONLIMIT when probing for service %s with the regex '%s'", servicename, matchstr);
|
||||||
} else
|
} else
|
||||||
#endif // PCRE_ERROR_MATCHLIMIT
|
#endif // PCRE_ERROR_RECURSIONLIMIT
|
||||||
if (rc != PCRE_ERROR_NOMATCH) {
|
if (rc != PCRE_ERROR_NOMATCH) {
|
||||||
fatal("Unexpected PCRE error (%d) when probing for service %s with the regex '%s'", rc, servicename, matchstr);
|
fatal("Unexpected PCRE error (%d) when probing for service %s with the regex '%s'", rc, servicename, matchstr);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user