[asterisk-commits] eliel: branch group/data_api_gsoc2009 r204529 - /team/group/data_api_gsoc2009...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Jun 30 14:32:44 CDT 2009
Author: eliel
Date: Tue Jun 30 14:32:41 2009
New Revision: 204529
URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=204529
Log:
Minor fix when creating the xml result.
Modified:
team/group/data_api_gsoc2009/main/data.c
Modified: team/group/data_api_gsoc2009/main/data.c
URL: http://svn.asterisk.org/svn-view/asterisk/team/group/data_api_gsoc2009/main/data.c?view=diff&rev=204529&r1=204528&r2=204529
==============================================================================
--- team/group/data_api_gsoc2009/main/data.c (original)
+++ team/group/data_api_gsoc2009/main/data.c Tue Jun 30 14:32:41 2009
@@ -789,6 +789,7 @@
}
break;
case AST_DATA_POINTER:
+ break;
case AST_DATA_IPADDR:
snprintf(node_content, sizeof(node_content), "%s", ast_inet_ntoa(node->payload.ipaddr));
ast_xml_set_text(child_xml, node_content);
@@ -1022,7 +1023,6 @@
return res;
}
-
int ast_data_init(void)
{
ast_rwlock_init(&root_data_lock);
More information about the asterisk-commits
mailing list