1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-11-12 11:52:01 +01:00

Remove typo'd stuff that shouldn't have made it past merge

This commit is contained in:
OJ 2015-05-06 08:07:07 +10:00
parent 62fa14326d
commit 95e9057854

View File

@ -329,9 +329,7 @@ class Meterpreter < Rex::Post::Meterpreter::Client
username = self.sys.config.getuid
sysinfo = self.sys.config.sysinfo
# TODO: use one of these to determine of the end shell is dead?
self.payload_uuid = self.core.uuid
self.machinie_id = self.core.machine_id
safe_info = "#{username} @ #{sysinfo['Computer']}"
safe_info.force_encoding("ASCII-8BIT") if safe_info.respond_to?(:force_encoding)