Skip to content

Commit 55c0cda

Browse files
committed
Merge branch 'fix_vprint_reduceright' of git://github.com/kernelsmith/metasploit-framework into kernelsmith-fix_vprint_reduceright
2 parents 7d848c7 + c911eee commit 55c0cda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/windows/browser/mozilla_reduceright.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def junk(n=4)
9494
def on_request_uri(cli, request)
9595
agent = request.headers['User-Agent']
9696
if agent !~ /Firefox\/3\.6\.[16|17]/
97-
vprint_error("This browser is not supported: #{agent.to_s}")
97+
print_error("This browser is not supported: #{agent.to_s}")
9898
send_not_found(cli)
9999
return
100100
end

0 commit comments

Comments
 (0)