Commit ebd03f57 authored by Alessandro Rubini's avatar Alessandro Rubini Committed by Adam Wujek

trivial: remove last redundant length check

Commit cc014e83 centralized the checks, but this was lost
Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent d44d3335
......@@ -180,10 +180,6 @@ int st_com_peer_handle_pres_followup(struct pp_instance *ppi,
MsgPDelayRespFollowUp respFllw;
int e = 0;
if (plen < PP_PDELAY_R_FUP_LENGTH)
/* Ignore */
return e;
msg_unpack_pdelay_resp_follow_up(buf, &respFllw);
if ((memcmp(&DSPOR(ppi)->portIdentity.clockIdentity,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment