Fix matching of channel and global requests with replies in logparse.pl.
authorben <ben@cda61777-01e9-0310-a592-d414129be87e>
Sat, 25 Aug 2012 13:54:56 +0000 (13:54 +0000)
committerben <ben@cda61777-01e9-0310-a592-d414129be87e>
Sat, 25 Aug 2012 13:54:56 +0000 (13:54 +0000)
commitc7730e2d4e7b2ab1985fc368c8d2728700a164f0
tree3a7f29dbe8b129fd6ef2c95b5baea3b8486b6a65
parentebbc254d829ca8d52add37b57a7149126a4c5fed
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.

git-svn-id: svn://svn.tartarus.org/sgt/putty@9617 cda61777-01e9-0310-a592-d414129be87e
contrib/logparse.pl