aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/main.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/main.c b/src/main.c
index c44b6df97..d0573e9b3 100644
--- a/src/main.c
+++ b/src/main.c
@@ -135,10 +135,6 @@ static void openDB(Options * options, char *argv0)
if (db_check() < 0)
exit(EXIT_FAILURE);
db_init();
- if (db_save() < 0)
- exit(EXIT_FAILURE);
- if (options->createDB)
- exit(EXIT_SUCCESS);
}
}
@@ -238,8 +234,7 @@ int main(int argc, char *argv[])
tag_lib_init();
log_init(options.verbose, options.stdOutput);
- if (options.createDB <= 0)
- listenOnPort();
+ listenOnPort();
changeToUser();