From: ben Date: Sat, 25 Aug 2012 13:54:56 +0000 (+0000) Subject: Fix matching of channel and global requests with replies in logparse.pl. X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/commitdiff_plain/c7730e2d4e7b2ab1985fc368c8d2728700a164f0?hp=c7730e2d4e7b2ab1985fc368c8d2728700a164f0 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 ---