codecs.conf really shouldn't be mandatory.. it never had been before, so let's go back to being optional.

A big "thank you" to pnlarsson on IRC for allowing me access to his system to debug this.

Closes issue #11584.


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@94541 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Jason Parker
2007-12-21 20:12:50 +00:00
parent 590a70a9cd
commit 4710e2b6da
9 changed files with 12 additions and 12 deletions

View File

@@ -373,8 +373,8 @@ static int parse_config(int reload)
int res;
float res_f;
if (cfg == NULL || cfg == CONFIG_STATUS_FILEUNCHANGED)
return -1;
if (cfg == NULL)
return 0;
if (cfg == CONFIG_STATUS_FILEUNCHANGED)
return 0;