Skip to content

Commit 1a82a20

Browse files
committed
re-added incorrectly removed SMBSHARE option
1 parent c62fa83 commit 1a82a20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/auxiliary/admin/smb/check_dir_file.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ def initialize
4343
)
4444

4545
register_options([
46+
OptString.new('SMBSHARE', [true, 'The name of an accessible share on the server', 'C$'])
4647
OptString.new('RPATH', [true, 'The name of the remote file/directory relative to the share']),
4748
], self.class)
4849

0 commit comments

Comments
 (0)