On Mon, Feb 28, 2005, Libor Michalek <[EMAIL PROTECTED]> wrote:
> @@ -1302,7 +1301,7 @@ static int _sdp_inet_shutdown(struct soc
>          *       1 - send shutdown
>          *       2 - send/recv shutdown.
>          */
> -       if (0 > flag || 2 < flag)
> +       if (flag < 0 || flag < 2)
>                 return -EINVAL;

Are you fixing or introducing a bug here? I'm guessing introducing since
the first part of that statement is superfluous now :)

JE

_______________________________________________
openib-general mailing list
openib-general@openib.org
http://openib.org/mailman/listinfo/openib-general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general

Reply via email to