mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
Remove some dead gen-1 OS code.
This commit is contained in:
@@ -233,15 +233,8 @@ void set_hostinfo(lua_State* l, Target *currenths) {
|
||||
}
|
||||
|
||||
FingerPrintResults *FPR = NULL;
|
||||
int osscanSys;
|
||||
|
||||
if (currenths->FPR != NULL && currenths->FPR1 == NULL) {
|
||||
osscanSys = 2;
|
||||
FPR = currenths->FPR;
|
||||
} else if(currenths->FPR == NULL && currenths->FPR1 != NULL) {
|
||||
osscanSys = 1;
|
||||
FPR = currenths->FPR1;
|
||||
}
|
||||
FPR = currenths->FPR;
|
||||
|
||||
/* if there has been an os scan which returned a pretty certain
|
||||
* result, we will use it in the scripts
|
||||
|
||||
Reference in New Issue
Block a user