mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-30 10:33:13 +00:00
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:
@@ -3123,8 +3123,7 @@ static int reload_config(void)
|
|||||||
v = ast_variable_browse(cfg, "general");
|
v = ast_variable_browse(cfg, "general");
|
||||||
while(v) {
|
while(v) {
|
||||||
/* handle jb conf */
|
/* 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;
|
v = v->next;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user