fix ServiceClientLink disconnect

This commit is contained in:
Josh Faust 2010-04-16 22:52:08 +00:00
parent 602209098a
commit c5758f5f71
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ ServiceClientLink::ServiceClientLink()
ServiceClientLink::~ServiceClientLink()
{
if (connection_ && !connection_->isSendingHeaderError())
if (connection_)
{
if (connection_->isSendingHeaderError())
{