This commit is contained in:
Jeff Hill
2000-08-28 21:33:21 +00:00
parent a212ac06f2
commit a5108c78a6
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -536,13 +536,13 @@ void epicsShareAPI ca_repeater ()
* strip register client message
*/
pMsg++;
size -= sizeof (*pMsg);
if (size==0) {
size -= sizeof ( *pMsg );
if ( size==0 ) {
continue;
}
}
}
else if (size == 0) {
else if ( size == 0 ) {
register_new_client ( from );
continue;
}