dovecot-2.2: tcpwrap: Fixed crash at startup.

dovecot at dovecot.org dovecot at dovecot.org
Mon Mar 4 16:27:26 EET 2013


details:   http://hg.dovecot.org/dovecot-2.2/rev/b5a1a40348b8
changeset: 15992:b5a1a40348b8
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Mar 04 16:27:16 2013 +0200
description:
tcpwrap: Fixed crash at startup.

diffstat:

 src/util/tcpwrap.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r cda5cb307619 -r b5a1a40348b8 src/util/tcpwrap.c
--- a/src/util/tcpwrap.c	Mon Mar 04 15:12:17 2013 +0200
+++ b/src/util/tcpwrap.c	Mon Mar 04 16:27:16 2013 +0200
@@ -113,7 +113,7 @@
 int main(int argc, char *argv[])
 {
 	master_service = master_service_init("tcpwrap", 0,
-					     &argc, &argv, NULL);
+					     &argc, &argv, "");
 	if (master_getopt(master_service) > 0)
 		return FATAL_DEFAULT;
 


More information about the dovecot-cvs mailing list