[Core, modules] Fix various dead assignments.

This commit is contained in:
Andrey Volk
2026-05-25 23:56:13 +03:00
committed by GitHub
parent 7d35ea2986
commit 1544dfb755
15 changed files with 36 additions and 27 deletions
+1 -1
View File
@@ -4091,7 +4091,7 @@ SWITCH_STANDARD_API(sofia_contact_function)
sofia_profile_t *profile = NULL;
const char *exclude_contact = NULL;
const char *match_user_agent = NULL;
char *reply = "error/facility_not_subscribed";
char *reply;
switch_stream_handle_t mystream = { 0 };
if (!cmd) {