mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-30 02:10:39 +00:00
mod_sofia: fix compile
This commit is contained in:
parent
f26a697242
commit
2a730984d2
@ -3544,7 +3544,7 @@ SWITCH_STANDARD_API(sofia_function)
|
||||
sofia_glue_recover(SWITCH_TRUE);
|
||||
stream->write_function(stream, "Flushing recovery database.\n");
|
||||
} else {
|
||||
x = sofia_glue_recover(SWITCH_FALSE);
|
||||
int x = sofia_glue_recover(SWITCH_FALSE);
|
||||
|
||||
if (x) {
|
||||
stream->write_function(stream, "Recovered %d call(s)\n", x);
|
||||
|
Loading…
x
Reference in New Issue
Block a user