mirror of
https://github.com/rapid7/metasploit-payloads
synced 2025-01-02 11:36:22 +01:00
typo in context
This commit is contained in:
parent
3332a27af8
commit
446b4d18c3
@ -618,7 +618,7 @@ static DWORD server_notify(Remote* remote, LPVOID entryContext, LPVOID threadCon
|
||||
|
||||
serverCtx->established = TRUE;
|
||||
|
||||
// The current listener cotnext in the listeners tree points to the server instance that has now
|
||||
// The current listener context in the listeners tree points to the server instance that has now
|
||||
// become a client instance due to the new connection. Therefore we need to update the pivot tree context
|
||||
// to point to the new listener on the named pipe.
|
||||
PivotContext* listenerCtx = pivot_tree_find(remote->pivot_listeners, (LPBYTE)&serverCtx->pivot_id);
|
||||
|
Loading…
Reference in New Issue
Block a user