projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb3564d
)
Put quotes around "test"
author
Mark Michelson
<mmichelson@digium.com>
Tue, 17 Jun 2008 21:33:40 +0000
(21:33 +0000)
committer
Mark Michelson
<mmichelson@digium.com>
Tue, 17 Jun 2008 21:33:40 +0000
(21:33 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@123541
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
main/astobj2.c
patch
|
blob
|
history
diff --git
a/main/astobj2.c
b/main/astobj2.c
index
3911548
..
d8aaca1
100644
(file)
--- 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");