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();
|
||||
|
||||
|
||||
|
||||
|
||||
/* Start a database "pinger thread", which inserts
|
||||
every xx seconds a timestamp into the DB */
|
||||
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);
|
||||
rc = ac_run();
|
||||
errX:
|
||||
/* XXX There is more cleanup to do */
|
||||
wtplist_destroy();
|
||||
socklist_destroy();
|
||||
return rc;
|
||||
|
Loading…
Reference in New Issue
Block a user