Skip to content

Commit 268a3e7

Browse files
committed
Missed this one
1 parent 17b5e57 commit 268a3e7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/auxiliary/scanner/pop3/pop3_login.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ def initialize
3232
register_options(
3333
[
3434
Opt::RPORT(110),
35-
# Should be OptPath
36-
OptString.new('USER_FILE',
35+
OptPath.new('USER_FILE',
3736
[
3837
false,
3938
'The file that contains a list of probable users accounts.',

0 commit comments

Comments
 (0)