Removed the '0' JL_UNKNOWN4 command from src/protocol.h...
commit305033e023168079004ef3393ab680f5fe56b512
authorChris Frey <cdfrey@foursquare.net>
Thu, 15 Jan 2009 06:49:02 +0000 (15 01:49 -0500)
committerChris Frey <cdfrey@foursquare.net>
Thu, 15 Jan 2009 06:49:02 +0000 (15 01:49 -0500)
tree111e81d51af3e7ad1354ead07675be809c593077
parent99ef9e8d602dccad1c02e8aa0391ddede30fef77
Removed the '0' JL_UNKNOWN4 command from src/protocol.h...

... since the PacketData() change above now handles that,
and I don't think that byte is actually a command, but
really part of the uint32_t size.

Also fixed one remaining 0 command, to use PacketData().
ChangeLog
src/m_javaloader.cc
src/protocol.h
src/socket.cc