On Thu, Feb 16, 2012 at 11:30:09PM -0600, Dan McGee wrote:
> We had multiple stub methods that simply called other disconnect
> methods, making my head hurt with the indirection. Call the right
> methods at the right time and rip out the stub methods; if they are
> truely needed later they can be a
We had multiple stub methods that simply called other disconnect
methods, making my head hurt with the indirection. Call the right
methods at the right time and rip out the stub methods; if they are
truely needed later they can be added again.
Signed-off-by: Dan McGee
---
server/red_channel.c |