[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
- Previous message: [dovecot-cvs] dovecot/src/master mail-process.c, 1.53,
1.54 mail-process.h, 1.5, 1.6 main.c, 1.51,
1.52 master-settings.c, 1.56, 1.57 master-settings.h, 1.36, 1.37
- Next message: [dovecot-cvs]
dovecot/src/imap imap-sort.c, 1.12, 1.13 imap-thread.c, 1.9, 1.10
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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;
- Previous message: [dovecot-cvs] dovecot/src/master mail-process.c, 1.53,
1.54 mail-process.h, 1.5, 1.6 main.c, 1.51,
1.52 master-settings.c, 1.56, 1.57 master-settings.h, 1.36, 1.37
- Next message: [dovecot-cvs]
dovecot/src/imap imap-sort.c, 1.12, 1.13 imap-thread.c, 1.9, 1.10
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dovecot-cvs
mailing list