commit | a9294a9522bb6045f468b04abfee648b71c9b99b | [log] [tgz] |
---|---|---|
author | Mark Slee <mcslee@apache.org> | Fri Jun 22 19:43:12 2007 +0000 |
committer | Mark Slee <mcslee@apache.org> | Fri Jun 22 19:43:12 2007 +0000 |
tree | cad4fedc7d672c02d33eb633cf9920f236152a17 | |
parent | 552410c037c323085e075bd4b0f268ee941083b8 [diff] |
Teensy insignificant thrift bug Summary: Wasn't causing any issues because it's a noop with the binary protocol Reviewed By: jwang Test Plan: honky tonk, no diff in functionality git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665140 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/cpp/src/processor/PeekProcessor.cpp b/lib/cpp/src/processor/PeekProcessor.cpp index 21df9db..cff5edd 100644 --- a/lib/cpp/src/processor/PeekProcessor.cpp +++ b/lib/cpp/src/processor/PeekProcessor.cpp
@@ -63,6 +63,7 @@ // Peek at the variable peek(in, ftype, fid); + in->readFieldEnd(); } in->readMessageEnd(); in->getTransport()->readEnd();