1
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:
cod 2024-08-12 16:03:55 +02:00
parent 3332a27af8
commit 446b4d18c3

View File

@ -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);