committed a fix for mantis 302

This commit is contained in:
Jeff Hill
2008-09-19 23:03:31 +00:00
parent c19d8848ed
commit a6f4c7efd9

View File

@@ -831,6 +831,7 @@ caStatus casDGClient::processMsg ()
}
status = ( this->*pHandler ) ();
if ( status ) {
this->in.removeMsg ( this->in.bytesPresent() );
break;
}