mirror of
https://github.com/nmap/nmap.git
synced 2026-09-06 10:29:46 +00:00
Fixes a comment to match opening ifdef
This commit is contained in:
parent
6d8bb6df22
commit
684803ce30
1 changed files with 1 additions and 1 deletions
|
|
@ -583,7 +583,7 @@ const struct MatchDetails *ServiceProbeMatch::testMatch(const u8 *buf, int bufle
|
|||
if (o.debugging || o.verbose > 1)
|
||||
error("Warning: Hit PCRE_ERROR_RECURSIONLIMIT when probing for service %s with the regex '%s'", servicename, matchstr);
|
||||
} else
|
||||
#endif // PCRE_ERROR_MATCHLIMIT
|
||||
#endif // PCRE_ERROR_RECURSIONLIMIT
|
||||
if (rc != PCRE_ERROR_NOMATCH) {
|
||||
fatal("Unexpected PCRE error (%d) when probing for service %s with the regex '%s'", rc, servicename, matchstr);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue