MT#55283 fix missing return

Things go boom without this.

Change-Id: I405e2d0f18da3d7089e82e6d588dfbb5adee9a48
rfuchs/dataport-mr11.5
Richard Fuchs 2 years ago
parent b089dc59cd
commit c31f51a2ec

@ -962,6 +962,7 @@ static void call_ng_flags_sdp_attr_helper(struct sdp_ng_flags *out, str *s, void
if (!sm) {
ilog(LOG_WARN, "SDP manipulations: unsupported SDP section '" STR_FORMAT "' targeted.",
STR_FMT(&token));
return;
}
struct sdp_attr_helper *h = helper;
h->fn(out, s, &G_STRUCT_MEMBER(void *, sm, h->offset));

Loading…
Cancel
Save