fix a typo. see #2578

git-svn-id: file:///home/svn/framework3/trunk@10680 4d416f70-5f16-0410-b530-b9f4589650da
unstable
James Lee 2010-10-14 18:24:56 +00:00
parent 4abfbfe4ca
commit 1384ba6620
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ class Metasploit3 < Msf::Auxiliary
print_status("\tLogging of queries and logins: OFF")
else
print_status("\tLogging of queries and logins: ON")
print_status("\tLog Files Location: #{varm["log_bin"]}")
print_status("\tLog Files Location: #{vparm["log_bin"]}")
end
print_status("\tOld Password Hashing Algorithm #{vparm["old_passwords"]}")
print_status("\tLoading of local files: #{vparm["local_infile"]}")