mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	Merged revisions 300520 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2 ........ r300520 | lmadsen | 2011-01-04 15:52:41 -0600 (Tue, 04 Jan 2011) | 9 lines Fix backwards and broken XML documentation. (closes issue #18547) Reported by: jcovert Patches: xmldoc.c.patch uploaded by jcovert (license 551) chan_iax2.c.doc.patch uploaded by jcovert (license 551) chan_sip.c.patch uploaded by jcovert (license 551) chan_agent.c.patch uploaded by jcovert (license 551) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@300521 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -1793,7 +1793,7 @@ static char *xmldoc_build_field(const char *type, const char *name, const char * | ||||
| 	node = ast_xml_find_element(ast_xml_node_get_children(node), var, NULL, NULL); | ||||
|  | ||||
| 	if (!node || !ast_xml_node_get_children(node)) { | ||||
| 		ast_log(LOG_DEBUG, "Cannot find variable '%s' in tree '%s'\n", name, var); | ||||
| 		ast_log(LOG_DEBUG, "Cannot find variable '%s' in tree '%s'\n", var, name); | ||||
| 		return ret; | ||||
| 	} | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user