mirror of
https://git.freebsd.org/ports.git
synced 2025-07-07 12:29:16 -04:00
1. #266 - Excessive db connects and quits 2. #271 - BUG with connect to postgresql database 3. #272 - Non-UTF characters in a message's body 4. #277 - Fix "INTERNALDATE" calculation in imaputil.c 5. other patches from repository. - Add SHA256 PR: ports/88277 Submitted by: Mark Starovoytov <mark_sf@kikg.ifmo.ru> (maintainer)
10 lines
197 B
Text
10 lines
197 B
Text
--- 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;
|