aboutsummaryrefslogtreecommitdiffstats
path: root/main/pbx.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/pbx.c')
-rw-r--r--main/pbx.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/main/pbx.c b/main/pbx.c
index 76af9567d..120cfa7d4 100644
--- a/main/pbx.c
+++ b/main/pbx.c
@@ -1573,6 +1573,8 @@ static void pbx_substitute_variables_helper_full(struct ast_channel *c, struct v
nextexp = nextthing;
pos = nextexp - whereweare;
break;
+ default:
+ pos = 1;
}
}
@@ -1731,8 +1733,7 @@ static void pbx_substitute_variables_helper_full(struct ast_channel *c, struct v
count -= length;
cp2 += length;
}
- } else
- break;
+ }
}
}