Skip to content

Commit

Permalink
Match with #3376 at commit 97772e2
Browse files Browse the repository at this point in the history
  • Loading branch information
Simba98 committed Mar 25, 2024
1 parent 58374bb commit afdd068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpra/platform/win32/namedpipes/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def _pipe_read(self, n):
log("pipe_read: %i bytes", len(data or "")) #, binascii.hexlify(s))
return data

def write(self, buf):
def write(self, buf, packet_type=None):
return self._write(self._pipe_write, buf)

def _pipe_write(self, buf):
Expand Down

0 comments on commit afdd068

Please sign in to comment.