aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authornorth <north@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-01 15:44:35 +0000
committernorth <north@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-01 15:44:35 +0000
commit3a3886fc27e4459ab88df47e47b7275548256fd0 (patch)
treeb8d0a3e45e07c77e9800e908da4e858aacbd3ac9 /channels
parentb41087dac3630e2510c8fc8fa7efbb39ea916f50 (diff)
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
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_skinny.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/channels/chan_skinny.c b/channels/chan_skinny.c
index 249541c32..db10d829f 100644
--- a/channels/chan_skinny.c
+++ b/channels/chan_skinny.c
@@ -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;
}