aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-13 20:56:32 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-13 20:56:32 +0000
commit1bb056d61dd70d27d9bd07643740d967a7eae903 (patch)
tree5389bbcbd3d5d4cb6bfe309a5f0ff38521829289 /res
parenta9730777b1d210a5a0b4e9b359313d80106db487 (diff)
Fix a typo pointed out by outtolunc, thanks :)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@89252 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'res')
-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);