[ASTPPCOM-412] [ERR] switch_xml.c:1695 Error[[error near line 70]: unexpected closing tag </head>] Created: 24/Apr/18  Updated: 01/Apr/21  Resolved: 01/Apr/21

Status: Done
Project: ASTPP Community
Component/s: None
Affects Version/s: None
Fix Version/s: None

Type: New Feature
Reporter: jasonong1025 Assignee: Samir Doshi
Resolution: Done Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

After install Astpp with freeswitch using debian 8 freeswitch has return error once start up the statement below is the error return. I have check this file which don't think having this error at line 70.

[ERR] switch_xml.c:1695 Error[[error near line 70]: unexpected closing tag </head>]

This is that part of code at line 70 in switch_xml.c
typedef struct {
size_t gl_pathc; /_ Count of total paths so far. _/
size_t gl_matchc; /_ Count of paths matching pattern. _/
size_t gl_offs; /_ Reserved at beginning of gl_pathv. _/ <<<< line 70
int gl_flags; /_ Copy of flags parameter to glob. _/
char *gl_pathv; / List of paths matching pattern. */
/_ Copy of errfunc parameter to glob. _/
int (_gl_errfunc) (const char _, int);
} glob_t;



 Comments   
Comment by Samir Doshi [ 24/Apr/18 ]

That's not an issue of ASTPP. Also we are in discussion in google group. Closing this issue.

Generated at Sat Feb 10 07:16:53 CET 2024 using Jira 8.13.3#813003-sha1:22ebedbb75c99b147c66f14e031dd8a2d214753a.