[svn-commits] dvossel: trunk r223015 - /trunk/channels/chan_sip.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Oct 8 17:57:57 CDT 2009


Author: dvossel
Date: Thu Oct  8 17:57:53 2009
New Revision: 223015

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=223015
Log:
fixed comment line for do_magic_pickup

Modified:
    trunk/channels/chan_sip.c

Modified: trunk/channels/chan_sip.c
URL: http://svnview.digium.com/svn/asterisk/trunk/channels/chan_sip.c?view=diff&rev=223015&r1=223014&r2=223015
==============================================================================
--- trunk/channels/chan_sip.c (original)
+++ trunk/channels/chan_sip.c Thu Oct  8 17:57:53 2009
@@ -20117,7 +20117,7 @@
 	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);




More information about the svn-commits mailing list