dect
/
asterisk
Archived
13
0
Fork 0

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

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@31385 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
north 2006-06-01 15:44:35 +00:00
parent b41087dac3
commit 3a3886fc27
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;
}