summaryrefslogtreecommitdiff
path: root/res/res_features.c
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2007-11-13 20:56:32 +0000
committerRussell Bryant <russell@russellbryant.com>2007-11-13 20:56:32 +0000
commit799fc3b99fa19e74499b691ab7bd7fd00117b4cf (patch)
tree5389bbcbd3d5d4cb6bfe309a5f0ff38521829289 /res/res_features.c
parent50426062b7c235821b2abd43c85f51b2b352c793 (diff)
Fix a typo pointed out by outtolunc, thanks :)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89252 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res/res_features.c')
-rw-r--r--res/res_features.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res_features.c b/res/res_features.c
index c29ff25c1..d3235e592 100644
--- a/res/res_features.c
+++ b/res/res_features.c
@@ -2260,7 +2260,7 @@ static int park_exec(struct ast_channel *chan, void *data)
u = ast_module_user_add(chan);
- if (park)
+ if (data)
park = atoi((char *)data);
AST_LIST_LOCK(&parkinglot);