aboutsummaryrefslogtreecommitdiffstats
path: root/main/astobj2.c
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-06-17 21:33:40 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-06-17 21:33:40 +0000
commit27775244839a431e33acdc3ea4ec5ac5133b8c7c (patch)
tree9ffd7c60a6a09e7b43edd570f214b0583993be95 /main/astobj2.c
parentb92e2c0bd7d143aab5372dd1220df0989b6be517 (diff)
Put quotes around "test"
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@123541 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main/astobj2.c')
-rw-r--r--main/astobj2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/astobj2.c b/main/astobj2.c
index 391154828..d8aaca168 100644
--- a/main/astobj2.c
+++ b/main/astobj2.c
@@ -935,7 +935,7 @@ static char *handle_astobj2_test(struct ast_cli_entry *e, int cmd, struct ast_cl
* right here so that when the container is unreffed later, the
* objects will be freed
*/
- ao2_t_ref(obj, -1, test);
+ ao2_t_ref(obj, -1, "test");
}
ast_cli(a->fd, "testing callbacks\n");
ao2_t_callback(c1, 0, print_cb, &a->fd,"test callback");