mod_sofia: fix compile

This commit is contained in:
Mathieu Rene 2010-08-26 14:50:50 -04:00
parent f26a697242
commit 2a730984d2
1 changed files with 1 additions and 1 deletions

View File

@ -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);