| commit | 4def184e9b6c36be6d965a9705632fc4c0c2a8af | [log] [download] |
|---|---|---|
| author | Damien Miller <djm@mindrot.org> | Sun Dec 29 17:45:26 2013 +1100 |
| committer | Damien Miller <djm@mindrot.org> | Sun Dec 29 17:45:26 2013 +1100 |
| tree | dc0c1956cd689225f50b5f6b3aac6eac859d61c5 | |
| parent | bf25d114e23a803f8feca8926281b1aaedb6191b [diff] |
- djm@cvs.openbsd.org 2013/12/19 01:04:36
[channels.c]
bz#2147: fix multiple remote forwardings with dynamically assigned
listen ports. In the s->c message to open the channel we were sending
zero (the magic number to request a dynamic port) instead of the actual
listen port. The client therefore had no way of discriminating between
them.
Diagnosis and fix by ronf AT timeheart.net