handle_control_getinfo() was counting msg_len itself,
commit76a03e86350b36be9118432bf635a3fd1bef6814
authorRoger Dingledine <arma@torproject.org>
Tue, 22 Mar 2005 05:41:05 +0000 (22 05:41 +0000)
committerRoger Dingledine <arma@torproject.org>
Tue, 22 Mar 2005 05:41:05 +0000 (22 05:41 +0000)
treec50e74539901f5043843143d8aa50b158d73ece6
parent248867caf524a2675569813aeaf9eaf259e92652
handle_control_getinfo() was counting msg_len itself,
when that's actually smartlist_join_strings2()'s job.

svn:r3806
src/or/control.c