1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 12:41:29 +00:00

fixed bad global

This commit is contained in:
batrick
2012-04-02 07:10:52 +00:00
parent 65f689deec
commit e86d713be2

View File

@@ -152,7 +152,7 @@ eap_str = {
}
local make_eapol = function (arg)
if not arg.type then arg.type = eapol_types.PACKET end
if not arg.type then arg.type = eapol_t.PACKET end
if not arg.version then arg.version = 1 end
if not arg.payload then arg.payload = "" end
if not arg.src then return nil end