We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9db951c commit b7d15d0Copy full SHA for b7d15d0
lib/metasploit/framework/login_scanner/mysql.rb
@@ -78,7 +78,7 @@ def attempt_login(credential)
78
# This method sets the sane defaults for things
79
# like timeouts and TCP evasion options
80
def set_sane_defaults
81
- self.connection_timeout || 30
+ self.connection_timeout ||= 30
82
self.port ||= DEFAULT_PORT
83
self.max_send_size ||= 0
84
self.send_delay ||= 0
0 commit comments