Partially revert r9636. It is true that we can directly return the
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 28 Aug 2012 17:41:10 +0000 (17:41 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 28 Aug 2012 17:41:10 +0000 (17:41 +0000)
commitd2d119128a6e5c1d0a72d3812f9fb85a4e1e890d
tree6699ad34ffee7c720743258141eed56d34a4bb0a
parent7cd7de02fab619939e6665c251b246615ecce96e
Partially revert r9636. It is true that we can directly return the
result of memcmp, but untrue that we can do so _unconditionally_: if
memcmp returns zero, we still need to fall through to the next
comparison.

git-svn-id: svn://svn.tartarus.org/sgt/putty@9637 cda61777-01e9-0310-a592-d414129be87e
timing.c