fixed sun pro warning

This commit is contained in:
Jeff Hill
2000-10-12 18:36:35 +00:00
parent 65c5359c22
commit 65758da5c4

View File

@@ -454,7 +454,7 @@ void udpiiu::shutdown ()
if ( status < 0 ) {
// this knocks the UDP input thread out of recv ()
// on all os except linux
int status = socket_close ( this->sock );
status = socket_close ( this->sock );
if ( status ) {
errlogPrintf ("CAC UDP socket close error was %s\n",
SOCKERRSTR ( SOCKERRNO ) );
@@ -480,7 +480,7 @@ void udpiiu::shutdown ()
if ( status < 0 ) {
// this knocks the UDP input thread out of recv ()
// on all os except linux
int status = socket_close ( this->sock );
status = socket_close ( this->sock );
if ( status ) {
errlogPrintf ("CAC UDP socket close error was %s\n",
SOCKERRSTR ( SOCKERRNO ) );