fixed comment line for do_magic_pickup

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@223015 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
David Vossel 2009-10-08 22:57:53 +00:00
parent c0ee60419d
commit 799e9962b6
1 changed files with 1 additions and 1 deletions

View File

@ -20117,7 +20117,7 @@ static int sip_uri_cmp(const char *input1, const char *input2)
return sip_uri_params_cmp(params1, params2);
}
/* \note No channel or pvt locks should be held while calling this function. */
/*! \note No channel or pvt locks should be held while calling this function. */
static int do_magic_pickup(struct ast_channel *channel, const char *extension, const char *context)
{
struct ast_str *str = ast_str_alloca(AST_MAX_EXTENSION + AST_MAX_CONTEXT + 2);