Fjerner filer som ikke lenger trengs

This commit is contained in:
2018-10-26 16:53:47 +02:00
parent 2b815b30d3
commit ef4add6a89
7 changed files with 53 additions and 160 deletions

View File

@@ -278,6 +278,7 @@ main(int argc, char *argv[])
return wrong_use(NULL);
/* read_config_file(); */
read_toml_file();
/* connect to the database server and select the mysql database */
if (!mysql_real_connect(&mysql, db_server, db_user, db_passwd, db_name, 0, NULL, 0))