From c47c5c52a177be9a5b560fcb9b15a02e05a9781f Mon Sep 17 00:00:00 2001 From: david Date: Thu, 11 Oct 2012 04:45:48 +0000 Subject: [PATCH] Use Nbase MIN. Plain min was using something from the C++ std namespace. --- osscan2.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osscan2.cc b/osscan2.cc index b3d94d45d..091004da8 100644 --- a/osscan2.cc +++ b/osscan2.cc @@ -864,7 +864,7 @@ static int expireUnmatchedHosts(OsScanInfo *OSI, list *unMatch int max_tries = o.maxOSTries(); /* The amt. if print is suitable for submission */ if (HOS->target->FPR->OmitSubmissionFP()) - max_tries = min(max_tries, STANDARD_OS2_TRIES); + max_tries = MIN(max_tries, STANDARD_OS2_TRIES); if (HOS->FPR->numFPs >= max_tries) { /* We've done all the OS2 tries we're going to do ... move this