blob: 40a21687020a4b65cde7ab02d85200f085121cbd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- server.c (revision 1888)
+++ server.c (revision 1889)
@@ -98,7 +98,6 @@
return -1;
if (db_check_version() != 0)
return -1;
- db_disconnect();
ParentPID = getpid();
Restart = 0;
|