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 77c8dc2 commit a588bfdCopy full SHA for a588bfd
modules/auxiliary/admin/mssql/mssql_enum_sql_logins.rb
@@ -79,7 +79,7 @@ def run
79
print_status('Verifying the SQL Server logins...')
80
sql_logins_list_verified = verify_logins(sql_logins_list)
81
if sql_logins_list_verified.nil?
82
- print_error("Sorry, no SQL Server logins could be verified.")
+ print_error('Sorry, no SQL Server logins could be verified.')
83
disconnect
84
return
85
else
0 commit comments