[dovecot-cvs] dovecot/src/master main.c,1.52,1.53

cras at dovecot.org cras at dovecot.org
Fri Jul 9 22:59:46 EEST 2004


Update of /home/cvs/dovecot/src/master
In directory talvi:/tmp/cvs-serv7581

Modified Files:
	main.c 
Log Message:
And section fix for --exec-mail..



Index: main.c
===================================================================
RCS file: /home/cvs/dovecot/src/master/main.c,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- main.c	9 Jul 2004 19:59:02 -0000	1.52
+++ main.c	9 Jul 2004 19:59:44 -0000	1.53
@@ -509,7 +509,7 @@
 			if (i == argc) i_fatal("Missing protocol argument");
 			exec_protocol = argv[i];
 			if (i+1 != argc) 
-				exec_section = argv[i++];
+				exec_section = argv[++i];
 		} else if (strcmp(argv[i], "--version") == 0) {
 			printf("%s\n", VERSION);
 			return 0;



More information about the dovecot-cvs mailing list