mirror of
https://github.com/nmap/nmap.git
synced 2026-02-09 15:06:35 +00:00
Change reason.cc/h to portreasons.cc/h. This is because of a reason.h on Windows which causes compilation problems. A workaround was employed, but this is incase it pops up again. I also changed the recent CHANGELOG entry mentioning reason.h so there's no confusion
This commit is contained in:
@@ -107,7 +107,7 @@
|
||||
#include "nse_main.h"
|
||||
#endif
|
||||
|
||||
#include "reason.h"
|
||||
#include "portreasons.h"
|
||||
|
||||
/* port states */
|
||||
#define PORT_UNKNOWN 0
|
||||
|
||||
Reference in New Issue
Block a user