From a9294a9522bb6045f468b04abfee648b71c9b99b Mon Sep 17 00:00:00 2001 From: Mark Slee Date: Fri, 22 Jun 2007 19:43:12 +0000 Subject: [PATCH] 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 --- lib/cpp/src/processor/PeekProcessor.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/cpp/src/processor/PeekProcessor.cpp b/lib/cpp/src/processor/PeekProcessor.cpp index 21df9db7..cff5edd6 100644 --- a/lib/cpp/src/processor/PeekProcessor.cpp +++ b/lib/cpp/src/processor/PeekProcessor.cpp @@ -63,6 +63,7 @@ bool PeekProcessor::process(boost::shared_ptr in, // Peek at the variable peek(in, ftype, fid); + in->readFieldEnd(); } in->readMessageEnd(); in->getTransport()->readEnd(); -- 2.17.1