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

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;
}

View File

@@ -192,8 +192,8 @@ void udpiiu::repeaterRegistrationMessage ( unsigned attemptNumber )
* starting with EPICS 3.12)
*
* SOLARIS will not accept a zero length message
* and we are just porting there for 3.12 so
* we will use the new protocol for 3.12
* and we are just porting there for 3.12 so we will use the
* new protocol for 3.12
*
* recent versions of UCX will not accept a zero
* length message and we will assume that folks