[dovecot-cvs] dovecot/src/master master-settings.c, 1.125.2.17, 1.125.2.18
tss at dovecot.org
tss at dovecot.org
Sun Nov 12 19:50:51 UTC 2006
- Previous message: [dovecot-cvs] dovecot/src/auth Makefile.am, 1.51, 1.52 mech-otp.c, NONE, 1.1 mech-skey.c, NONE, 1.1 mech.c, 1.56, 1.57 otp-skey-common.c, NONE, 1.1 otp-skey-common.h, NONE, 1.1 passdb.c, 1.43, 1.44 passdb.h, 1.35, 1.36 password-scheme-otp.c, NONE, 1.1 password-scheme.c, 1.24, 1.25 password-scheme.h, 1.8, 1.9
- Next message: [dovecot-cvs] dovecot/src/master master-settings.c,1.144,1.145
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/lib/cvs/dovecot/src/master
In directory talvi:/tmp/cvs-serv25714
Modified Files:
Tag: branch_1_0
master-settings.c
Log Message:
Minor fix
Index: master-settings.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/master/master-settings.c,v
retrieving revision 1.125.2.17
retrieving revision 1.125.2.18
diff -u -d -r1.125.2.17 -r1.125.2.18
--- master-settings.c 5 Nov 2006 17:55:47 -0000 1.125.2.17
+++ master-settings.c 12 Nov 2006 19:50:49 -0000 1.125.2.18
@@ -646,7 +646,7 @@
}
fd_close_on_exec(fd[0], TRUE);
fd_close_on_exec(fd[1], TRUE);
- if (!create_mail_process(MAIL_PROTOCOL_IMAP, set, fd[1],
+ if (!create_mail_process(PROCESS_TYPE_IMAP, set, fd[1],
&ip, &ip, "dump-capability", args, TRUE)) {
(void)close(fd[0]);
(void)close(fd[1]);
- Previous message: [dovecot-cvs] dovecot/src/auth Makefile.am, 1.51, 1.52 mech-otp.c, NONE, 1.1 mech-skey.c, NONE, 1.1 mech.c, 1.56, 1.57 otp-skey-common.c, NONE, 1.1 otp-skey-common.h, NONE, 1.1 passdb.c, 1.43, 1.44 passdb.h, 1.35, 1.36 password-scheme-otp.c, NONE, 1.1 password-scheme.c, 1.24, 1.25 password-scheme.h, 1.8, 1.9
- Next message: [dovecot-cvs] dovecot/src/master master-settings.c,1.144,1.145
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dovecot-cvs
mailing list