mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 16:15:04 +00:00
small fix
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6091 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
dbc7eb717f
commit
a564e1df61
@ -55,7 +55,7 @@ int fs_core_init(char *path)
|
||||
path = NULL;
|
||||
}
|
||||
|
||||
status = switch_core_init(path, &err);
|
||||
status = switch_core_init(path, SCF_NONE, &err);
|
||||
|
||||
return status == SWITCH_STATUS_SUCCESS ? 1 : 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user