[project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-114]
fix typo in channel fix typo that alain found: pipd_wfd -> pipe_wfd.
This commit is contained in:
parent
a8a023a243
commit
13f818f04f
|
@ -828,7 +828,7 @@ class Channel (object):
|
|||
return
|
||||
x = self.in_buffer[:nbytes]
|
||||
self.in_buffer = self.in_buffer[nbytes:]
|
||||
os.write(self.pipd_wfd, x)
|
||||
os.write(self.pipe_wfd, x)
|
||||
|
||||
def _unlink(self):
|
||||
if self.closed or not self.active:
|
||||
|
|
Loading…
Reference in New Issue