lib: fixed inappropriate use of CheckSize() in Messages parser
commitd4132f3ec3513e044e78af89dcd81b89da1ce9d5
authorChris Frey <cdfrey@foursquare.net>
Wed, 1 Dec 2010 02:15:06 +0000 (30 21:15 -0500)
committerChris Frey <cdfrey@foursquare.net>
Wed, 1 Dec 2010 02:15:06 +0000 (30 21:15 -0500)
tree34c4ddd3ec0e888ae57eb83b8bcf16d30d2dfa9b
parent60779380378ed0efe2cd27f49c17a534dbdf7651
lib: fixed inappropriate use of CheckSize() in Messages parser

CheckSize() is meant for device-level packet size checking, and
does not work when parsing record data which may be coming from
backup files, which have no protocol-level headers.
ChangeLog
src/r_message_base.cc