dovecot-2.0: dsync: Removed MASTER_SERVICE_FLAG_STD_CLIENT flag,...

dovecot at dovecot.org dovecot at dovecot.org
Thu Dec 10 01:00:27 EET 2009


details:   http://hg.dovecot.org/dovecot-2.0/rev/bbdfe2ef328b
changeset: 10439:bbdfe2ef328b
user:      Timo Sirainen <tss at iki.fi>
date:      Wed Dec 09 17:58:13 2009 -0500
description:
dsync: Removed MASTER_SERVICE_FLAG_STD_CLIENT flag, since it's not really one.

diffstat:

1 file changed, 1 insertion(+), 2 deletions(-)
src/dsync/dsync.c |    3 +--

diffs (13 lines):

diff -r b1e0c10143fa -r bbdfe2ef328b src/dsync/dsync.c
--- a/src/dsync/dsync.c	Wed Dec 09 16:19:40 2009 -0500
+++ b/src/dsync/dsync.c	Wed Dec 09 17:58:13 2009 -0500
@@ -89,8 +89,7 @@ int main(int argc, char *argv[])
 	int c, ret, fd_in = STDIN_FILENO, fd_out = STDOUT_FILENO;
 
 	master_service = master_service_init("dsync",
-					     MASTER_SERVICE_FLAG_STANDALONE |
-					     MASTER_SERVICE_FLAG_STD_CLIENT,
+					     MASTER_SERVICE_FLAG_STANDALONE,
 					     &argc, &argv, "A:b:fru:v");
 
 	username = getenv("USER");


More information about the dovecot-cvs mailing list