1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-04-14 17:48:05 -05:00
Ben Harris 8387897d90 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]
2012-08-25 13:54:56 +00:00
..