Inserted an important comment.

FossilOrigin-Name: cfa1fc0cf9eebc000e4eee7b56cebf1c18b6ae6043329cd9f31b6d10631315aa
This commit is contained in:
7u83@mail.ru 2015-04-29 17:23:52 +00:00
parent a30f12162a
commit a1620c380d
1 changed files with 4 additions and 0 deletions

View File

@ -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;