fixed benign gnu warning

This commit is contained in:
Jeff Hill
2001-08-16 01:16:22 +00:00
parent 625beb2300
commit f32583bdbd

View File

@@ -214,6 +214,7 @@ void udpiiu::recvMsg ()
osiSocklen_t src_size = sizeof ( src );
recvfrom ( this->sock, & peek, sizeof ( peek ), MSG_PEEK,
&src.sa, &src_size );
status = 0;
}
{