This is what I get for coding while tired.. sorry ;/

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31385 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
North Antara 2006-06-01 15:44:35 +00:00
parent eb76f29f0d
commit d902bd27ff
1 changed files with 1 additions and 2 deletions

View File

@ -3123,8 +3123,7 @@ static int reload_config(void)
v = ast_variable_browse(cfg, "general");
while(v) {
/* handle jb conf */
if (!ast_jb_read_conf(&global_jbconf, v->name, v->value))
{
if (!ast_jb_read_conf(&global_jbconf, v->name, v->value)) {
v = v->next;
continue;
}