mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-04 03:20:33 +00:00
fix uninintialized variable
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@287020 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -744,7 +744,7 @@ static struct parkeduser *park_space_reserve(struct ast_channel *chan, struct as
|
|||||||
int i, parking_space = -1, parking_range;
|
int i, parking_space = -1, parking_range;
|
||||||
const char *parkinglotname = NULL;
|
const char *parkinglotname = NULL;
|
||||||
const char *parkingexten;
|
const char *parkingexten;
|
||||||
struct ast_parkinglot *parkinglot;
|
struct ast_parkinglot *parkinglot = NULL;
|
||||||
|
|
||||||
if (args->parkinglot) {
|
if (args->parkinglot) {
|
||||||
parkinglot = args->parkinglot;
|
parkinglot = args->parkinglot;
|
||||||
|
Reference in New Issue
Block a user