1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-09 06:01:28 +00:00

fixed bug "ORA-03146: Invalid buffer length for TTC field"

This commit is contained in:
patrik
2012-10-07 09:10:59 +00:00
parent 81b6bae5eb
commit 2e985da611

View File

@@ -61,7 +61,7 @@ local function checkAccount( host, port, user )
-- A bit ugly, the helper should probably provide a getSocket function -- A bit ugly, the helper should probably provide a getSocket function
tnscomm = tns.Comm:new( helper.tnssocket ) tnscomm = tns.Comm:new( helper.tnssocket )
status, auth = tnscomm:exchTNSPacket( tns.Packet.PreAuth:new( user, auth_options ) ) status, auth = tnscomm:exchTNSPacket( tns.Packet.PreAuth:new( user, auth_options, helper.os ) )
if ( not(status) ) then if ( not(status) ) then
return false, auth return false, auth
end end