In processPacket() always check the response of queuePacket(), to
authorDavin McCall <davmac@davmac.org>
Sun, 22 Nov 2015 14:50:13 +0000 (14:50 +0000)
committerDavin McCall <davmac@davmac.org>
Sun, 22 Nov 2015 14:50:13 +0000 (14:50 +0000)
commite5ef45dbd628f4aeef3d57bc8c808d810f5b4d95
tree5221affdaeefea42a8b292fba98f462e0a45d12a
parentfc6f148fb959fed28749c4ebb5a5b0771e15c115
In processPacket() always check the response of queuePacket(), to
avoid writing to instance variables after the ControlConn instance
has been deleted.

Also make some functions private.
control.cc
control.h