<p dir="ltr"><br>
On 27 Aug 2013 08:09, "Alex Hermann" <<a href="mailto:alex@speakup.nl">alex@speakup.nl</a>> wrote:<br>
><br>
> On Tuesday 27 August 2013, Victor Seva wrote:<br>
> > -    if(proto.len!=3 && proto.len!=4)<br>
> > +    if(proto.len<2 && proto.len>4)<br>
> >       goto error;<br>
><br>
> This is wrong, the condition will never match. You probably want to use ||<br>
> instead of &&.</p>
<p dir="ltr">Yes. My mistake. I will try to change it as soon as I get home.</p>
<p dir="ltr">Thanks<br>
</p>