aboutsummaryrefslogtreecommitdiff
path: root/Invoke-SMBClient.ps1
diff options
context:
space:
mode:
authorKevin Robertson <robertsonk@gmail.com>2018-09-25 14:16:13 -0400
committerKevin Robertson <robertsonk@gmail.com>2018-09-25 14:16:13 -0400
commit153ca54a744489434d5a4257189e8a20bd28ecec (patch)
treebd96f8659ae6e6703b510e6e89761651ef757f15 /Invoke-SMBClient.ps1
parent29c7dddb7168bbcb4580e55f03dded35a3ecda8d (diff)
downloadInvoke-TheHash-153ca54a744489434d5a4257189e8a20bd28ecec.tar.gz
Invoke-TheHash-153ca54a744489434d5a4257189e8a20bd28ecec.zip
Updates for Inveigh 1.4
Diffstat (limited to 'Invoke-SMBClient.ps1')
-rw-r--r--Invoke-SMBClient.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/Invoke-SMBClient.ps1 b/Invoke-SMBClient.ps1
index 2463734..2b0f0aa 100644
--- a/Invoke-SMBClient.ps1
+++ b/Invoke-SMBClient.ps1
@@ -2918,7 +2918,7 @@ if($client.Connected -or (!$startup_error -and $inveigh.session_socket_table[$se
{
$inveigh.session_lock_table[$session] = 'open'
$inveigh.session_message_ID_table[$session] = $message_ID
- $inveigh.session_list[$session] | Where-Object {$_."Last Activity" = Get-Date -format s}
+ $inveigh.session[$session] | Where-Object {$_."Last Activity" = Get-Date -format s}
}
if(!$inveigh_session -or $Logoff)