Skip to content

Commit

Permalink
Merge pull request #618 from postmodern/remove_duplicate_list_entry
Browse files Browse the repository at this point in the history
Removed a duplicate list entry for ssh2.
  • Loading branch information
robertdavidgraham authored Nov 1, 2023
2 parents 6b898e5 + bf7770f commit 16604e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/masscan-app.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ masscan_string_to_app(const char *str)
{"ftp", PROTO_FTP},
{"dns-ver", PROTO_DNS_VERSIONBIND},
{"snmp", PROTO_SNMP},
{"ssh2", PROTO_SSH2},
{"nbtstat", PROTO_NBTSTAT},
{"ssl", PROTO_SSL3},
{"smtp", PROTO_SMTP},
Expand Down

0 comments on commit 16604e3

Please sign in to comment.