git-svn-id: file:///home/svn/framework3/trunk@6534 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Ramon de C Valle 2009-05-08 20:27:40 +00:00
parent 84f9f344cf
commit caffa9da9f
1 changed files with 2 additions and 2 deletions

View File

@ -49,8 +49,8 @@ module Exploit::Remote::SNMPClient
:Version => version,
:Timeout => datastore['TIMEOUT'],
:Retries => datastore['RETRIES'],
:Transport => SNMP::RexUDPTransport
#:Socket => s
:Transport => SNMP::RexUDPTransport,
:Socket => s
)
@snmp = snmp if global