mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 13:12:03 +00:00
[Core, modules] Fix various dead assignments.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user