]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Fix matching of channel and global requests with replies in logparse.pl.
authorBen Harris <bjh21@bjh21.me.uk>
Sat, 25 Aug 2012 13:54:56 +0000 (13:54 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Sat, 25 Aug 2012 13:54:56 +0000 (13:54 +0000)
commit8387897d9051354b7ddde4e06a95286865c7ea34
tree3a7f29dbe8b129fd6ef2c95b5baea3b8486b6a65
parent30e43ba2a33c4f107da25d3a2d6b081ffd978d43
Fix matching of channel and global requests with replies in logparse.pl.

In each case, want_reply was being treated as true even when it wasn't,
because it got decoded into "yes"/"no", both of which are true in
Perl.

[originally from svn r9617]
contrib/logparse.pl