]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Don't abuse a remote channel number of (unsigned)(-1) to indicate a channel
authorBen Harris <bjh21@bjh21.me.uk>
Sat, 22 Jan 2005 16:06:21 +0000 (16:06 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Sat, 22 Jan 2005 16:06:21 +0000 (16:06 +0000)
commit11bc6185ec4af518dc91600ba4aa85e94cc5f665
treea8934ebb8c5fe16e1d72505ced868db21dc2a2a0
parent30fae9ffcba2ff716e8b97f532586d54f1894f87
Don't abuse a remote channel number of (unsigned)(-1) to indicate a channel
for which we don't yet have a remote number, and instead add a flag to indicate
this fact.  Fixes bug ssh-remoteid-minusone.

[originally from svn r5171]
ssh.c