Skip to content

Commit 95e9057

Browse files
committed
Remove typo'd stuff that shouldn't have made it past merge
1 parent 62fa143 commit 95e9057

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/msf/base/sessions/meterpreter.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,9 +329,7 @@ def load_session_info()
329329
username = self.sys.config.getuid
330330
sysinfo = self.sys.config.sysinfo
331331

332-
# TODO: use one of these to determine of the end shell is dead?
333332
self.payload_uuid = self.core.uuid
334-
self.machinie_id = self.core.machine_id
335333

336334
safe_info = "#{username} @ #{sysinfo['Computer']}"
337335
safe_info.force_encoding("ASCII-8BIT") if safe_info.respond_to?(:force_encoding)

0 commit comments

Comments
 (0)