Skip to content

Commit 4a16921

Browse files
committed
Use vprint
1 parent ecb74c5 commit 4a16921

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

modules/auxiliary/admin/mssql/mssql_enum_windows_domain_accounts.rb

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -193,10 +193,7 @@ def get_win_domain_users(windows_domain_sid)
193193
if windows_login.length != 0
194194
print_status(" - #{windows_login}")
195195

196-
# Verbose output
197-
if datastore['VERBOSE']
198-
print_status("Test sid: #{win_sid}")
199-
end
196+
vprint_status("Test sid: #{win_sid}")
200197
end
201198

202199
# Add to windows domain object list

0 commit comments

Comments
 (0)