mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-03 20:00:26 +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);
|
sofia_glue_recover(SWITCH_TRUE);
|
||||||
stream->write_function(stream, "Flushing recovery database.\n");
|
stream->write_function(stream, "Flushing recovery database.\n");
|
||||||
} else {
|
} else {
|
||||||
x = sofia_glue_recover(SWITCH_FALSE);
|
int x = sofia_glue_recover(SWITCH_FALSE);
|
||||||
|
|
||||||
if (x) {
|
if (x) {
|
||||||
stream->write_function(stream, "Recovered %d call(s)\n", x);
|
stream->write_function(stream, "Recovered %d call(s)\n", x);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user