summaryrefslogtreecommitdiff
path: root/res/parking/parking_applications.c
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2016-03-26 14:25:53 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2016-03-26 14:25:53 -0500
commitc88c09a9204544c8d903ef333ba9bbeb3c8cd692 (patch)
tree001c9ee7d6f6eadfd1117c5ca6d6abec64000cb8 /res/parking/parking_applications.c
parent3974bf1ef0f06cf221c98fdf3036dcb084896c74 (diff)
parent50f90d409948770e9453b4f5d769b4ae6478f6b1 (diff)
Merge "res_parking: Fix blind transfer dynamic lots creation." into 13
Diffstat (limited to 'res/parking/parking_applications.c')
-rw-r--r--res/parking/parking_applications.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/parking/parking_applications.c b/res/parking/parking_applications.c
index 1615aed4e..142432a8b 100644
--- a/res/parking/parking_applications.c
+++ b/res/parking/parking_applications.c
@@ -496,7 +496,7 @@ struct ast_bridge *park_common_setup(struct ast_channel *parkee, struct ast_chan
lot = parking_lot_find_by_name(lot_name);
if (!lot) {
- lot = parking_create_dynamic_lot(lot_name, parkee);
+ lot = parking_create_dynamic_lot(lot_name, parker);
}
if (!lot) {