small fix

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6091 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2007-10-30 20:19:24 +00:00
parent dbc7eb717f
commit a564e1df61
1 changed files with 1 additions and 1 deletions

View File

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