update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10956 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
32bc21e861
commit
451ddc15ec
|
@ -325,8 +325,7 @@ int main(int argc, char *argv[])
|
||||||
|
|
||||||
if(argv_error){
|
if(argv_error){
|
||||||
printf("\n");
|
printf("\n");
|
||||||
usage(argv[0]);
|
return usage(argv[0]);
|
||||||
return 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (esl_config_open_file(&cfg, cfile)) {
|
if (esl_config_open_file(&cfg, cfile)) {
|
||||||
|
|
Loading…
Reference in New Issue