Skip to content

Commit 31bb0ff

Browse files
committed
More typo
1 parent 35533cd commit 31bb0ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msf/core/db_manager/http/servlet/credential_servlet.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def self.get_credentials
2727

2828
def self.create_credential
2929
lambda {
30-
job = lambda { |opts| get_db().report_host(opts) }
30+
job = lambda { |opts| get_db().report_credential(opts) }
3131
exec_report_job(request, &job)
3232
}
3333
end

0 commit comments

Comments
 (0)