[asterisk-commits] dlee: branch dlee/endpoints r387929 - /team/dlee/endpoints/res/stasis_http/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed May 8 08:36:17 CDT 2013
Author: dlee
Date: Wed May 8 08:36:15 2013
New Revision: 387929
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=387929
Log:
oops. C-style comment
Modified:
team/dlee/endpoints/res/stasis_http/resource_endpoints.c
Modified: team/dlee/endpoints/res/stasis_http/resource_endpoints.c
URL: http://svnview.digium.com/svn/asterisk/team/dlee/endpoints/res/stasis_http/resource_endpoints.c?view=diff&rev=387929&r1=387928&r2=387929
==============================================================================
--- team/dlee/endpoints/res/stasis_http/resource_endpoints.c (original)
+++ team/dlee/endpoints/res/stasis_http/resource_endpoints.c Wed May 8 08:36:15 2013
@@ -89,7 +89,7 @@
struct ao2_iterator i;
void *obj;
- // TODO - if tech isn't a recognized type of endpoint, it should 404
+ /* TODO - if tech isn't a recognized type of endpoint, it should 404 */
caching_topic = ast_endpoint_topic_all_cached();
if (!caching_topic) {
More information about the asterisk-commits
mailing list