Skip to content

Commit 4fdf131

Browse files
committed
Fixes failing TDS tests
1 parent fd79b33 commit 4fdf131

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/rex/proto/ms_tds/ms_tds_login7.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
require 'rex/text'
2+
require 'ruby_smb/field/string16'
3+
require 'rex/proto/ms_tds/ms_tds_login7_password'
24

35
module Rex::Proto::MsTds
46
# see: https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-tds/773a62b6-ee89-4c02-9e5e-344882630aac
@@ -213,4 +215,4 @@ def define_field_accessors_for2(field_name)
213215
end
214216
end
215217
end
216-
end
218+
end

0 commit comments

Comments
 (0)