MT#55283 fix missing return

Things go boom without this.

Change-Id: I405e2d0f18da3d7089e82e6d588dfbb5adee9a48
mr12.2
Richard Fuchs 2 years ago
parent e1b2076e2a
commit d63259f92b

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

Loading…
Cancel
Save