Skip to content

Commit

Permalink
fix: Typo in ClipboardMITM
Browse files Browse the repository at this point in the history
  • Loading branch information
alxbl authored Aug 17, 2020
1 parent 00d58b7 commit a3adbaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyrdp/mitm/ClipboardMITM.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def __init__(self, config: MITMConfig, client: ClipboardLayer, server: Clipboard
# Only handle file contents if file extraction is enabled.
if self.config.extractFiles:
self.dispatch[FileContentsRequestPDU] = self.onFileContentsRequest
self.dispatch[FileContentsResponsePDU] = self.onFileContentsRespons
self.dispatch[FileContentsResponsePDU] = self.onFileContentsResponse

def onClientPDUReceived(self, pdu: ClipboardPDU):
self.statCounter.increment(STAT.CLIPBOARD, STAT.CLIPBOARD_CLIENT)
Expand Down

0 comments on commit a3adbaf

Please sign in to comment.