From 684803ce30fdf4405371d45849f096e8ae2b27fc Mon Sep 17 00:00:00 2001 From: nnposter Date: Wed, 8 Aug 2018 17:33:01 +0000 Subject: [PATCH] Fixes a comment to match opening ifdef --- service_scan.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service_scan.cc b/service_scan.cc index 79e92b8f2..ca6bd15e5 100644 --- a/service_scan.cc +++ b/service_scan.cc @@ -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); }