res_parking: Cleanup find_channel_parking_lot_name() usage.

Change-Id: I8f7a8890aef27824301c642d4d15407ac83e6f02
This commit is contained in:
Richard Mudgett
2016-03-23 14:24:49 -05:00
parent 1555cf8951
commit 3cf714031c
4 changed files with 12 additions and 19 deletions

View File

@@ -567,7 +567,7 @@ static int parked_call_app_exec(struct ast_channel *chan, const char *data)
int target_space = -1;
struct ast_bridge_features chan_features;
char *parse;
char *lot_name;
const char *lot_name;
AST_DECLARE_APP_ARGS(args,
AST_APP_ARG(lot_name);