cosmetic
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user