Inserted an important comment.
FossilOrigin-Name: cfa1fc0cf9eebc000e4eee7b56cebf1c18b6ae6043329cd9f31b6d10631315aa
This commit is contained in:
parent
a30f12162a
commit
a1620c380d
@ -88,6 +88,9 @@ int main (int argc, const char * argv[])
|
|||||||
|
|
||||||
db_ping();
|
db_ping();
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* Start a database "pinger thread", which inserts
|
/* Start a database "pinger thread", which inserts
|
||||||
every xx seconds a timestamp into the DB */
|
every xx seconds a timestamp into the DB */
|
||||||
pthread_t alth;
|
pthread_t alth;
|
||||||
@ -129,6 +132,7 @@ int main (int argc, const char * argv[])
|
|||||||
cw_log(LOG_INFO,"Starting AC-Tube, Name=%s, ID=%s",conf_acname,conf_acid);
|
cw_log(LOG_INFO,"Starting AC-Tube, Name=%s, ID=%s",conf_acname,conf_acid);
|
||||||
rc = ac_run();
|
rc = ac_run();
|
||||||
errX:
|
errX:
|
||||||
|
/* XXX There is more cleanup to do */
|
||||||
wtplist_destroy();
|
wtplist_destroy();
|
||||||
socklist_destroy();
|
socklist_destroy();
|
||||||
return rc;
|
return rc;
|
||||||
|
Loading…
Reference in New Issue
Block a user