mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-14 05:48:54 +00:00
Merged revisions 166342 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r166342 | russell | 2008-12-22 11:44:23 -0600 (Mon, 22 Dec 2008) | 2 lines Remove some error messages. This is the default handler that is valid to use. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@166343 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -562,7 +562,6 @@ void *_ao2_unlink(struct ao2_container *c, void *user_data)
|
|||||||
*/
|
*/
|
||||||
static int cb_true(void *user_data, void *arg, int flags)
|
static int cb_true(void *user_data, void *arg, int flags)
|
||||||
{
|
{
|
||||||
ast_log(LOG_ERROR,"If you see this, something is strange!\n");
|
|
||||||
return CMP_MATCH;
|
return CMP_MATCH;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user