mirror of
https://github.com/rapid7/metasploit-framework
synced 2024-11-12 11:52:01 +01:00
fix bug in default case
git-svn-id: file:///home/svn/framework3/trunk@10606 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
parent
e408d5a155
commit
d6f8b689ee
@ -690,7 +690,7 @@ class WindowsError
|
||||
when INVALID_ADDRESS
|
||||
"Attempt to access invalid address."
|
||||
else
|
||||
"#{num}"
|
||||
"#{code}"
|
||||
end
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user