1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-04-02 03:14:59 +00:00

mod_sofia: fix compile

This commit is contained in:
Mathieu Rene 2010-08-26 14:50:50 -04:00
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);