Details
-
Type:
New Feature
-
Status: Done
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
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;