aboutsummaryrefslogtreecommitdiff
path: root/Invoke-SMBClient.ps1
diff options
context:
space:
mode:
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)