MCPcopy Create free account
hub / github.com/SIPp/sipp / MessageComponent

Class MessageComponent

src/call.cpp:3917–3917  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3915 }
3916 auth_marker = tmp;
3917 auth_comp = (struct MessageComponent *)calloc(1, sizeof(struct MessageComponent));
3918 if (!auth_comp) {
3919 ERROR("Out of memory!");
3920 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected