mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-29 00:59:20 +00:00
fix c89 compilation issue
This commit is contained in:
parent
819e0f07dc
commit
3da7a6e18a
1 changed files with 2 additions and 1 deletions
|
|
@ -82,8 +82,9 @@ int main(int argc, char *argv[]){
|
|||
LCSipTransports tp;
|
||||
char * tmp = NULL;
|
||||
LpConfig * lp_config = lp_config_new(NULL);
|
||||
policy.automatically_accept=TRUE;
|
||||
int max_call_duration=3600;
|
||||
|
||||
policy.automatically_accept=TRUE;
|
||||
signal(SIGINT,stop);
|
||||
signal(SIGUSR1,stats);
|
||||
for(i = 1; i < argc; ++i) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue