Skip to content

Commit

Permalink
Merge pull request robertdavidgraham#229 from konlinedk/patch-3
Browse files Browse the repository at this point in the history
Update main.c
  • Loading branch information
robertdavidgraham authored Jun 8, 2017
2 parents 4d24696 + bf35b48 commit b01a7ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1069,6 +1069,7 @@ main_scan(struct Masscan *masscan)
for (i=0; i<masscan->ports.count; i++) {
struct Range *r = &masscan->ports.list[i];
r->begin = (r->begin&0xFFFF) | Templ_Script;
r->end = (r->end & 0xFFFF) | Templ_Script;
}
}

Expand Down

0 comments on commit b01a7ae

Please sign in to comment.