MCPcopy Create free account
hub / github.com/OpenSIPS/opensips / fixup_mflag

Function fixup_mflag

core_cmds.c:457–466  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

455}
456
457static int fixup_mflag(void** param)
458{
459 if ((*param = (void*)(long)fixup_flag(FLAG_TYPE_MSG, (str*)*param)) ==
460 (void*)(long)NAMED_FLAG_ERROR) {
461 LM_ERR("Fixup flag failed!\n");
462 return E_CFG;
463 }
464
465 return 0;
466}
467
468static int fixup_bflag(void** param)
469{

Callers

nothing calls this directly

Calls 1

fixup_flagFunction · 0.85

Tested by

no test coverage detected