diff --git a/pbx.c b/pbx.c index 4af22c28f7..6f05528c58 100755 --- a/pbx.c +++ b/pbx.c @@ -893,6 +893,7 @@ static void pbx_substitute_variables_temp(struct ast_channel *c,const char *var, strncpy(workspace, *ret, workspacelen - 1); *ret = workspace; } + break; } } }