dovecot-1.2: Don't call hostpid_init(), it's always called at st...

dovecot at dovecot.org dovecot at dovecot.org
Mon Aug 4 23:11:07 EEST 2008


details:   http://hg.dovecot.org/dovecot-1.2/rev/02c6ce8d4fef
changeset: 8064:02c6ce8d4fef
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Aug 04 15:48:18 2008 -0400
description:
Don't call hostpid_init(), it's always called at startup anyway.

diffstat:

1 file changed, 1 deletion(-)
src/auth/mech-cram-md5.c |    1 -

diffs (11 lines):

diff -r f7cbcd15ef2c -r 02c6ce8d4fef src/auth/mech-cram-md5.c
--- a/src/auth/mech-cram-md5.c	Mon Aug 04 15:02:19 2008 -0400
+++ b/src/auth/mech-cram-md5.c	Mon Aug 04 15:48:18 2008 -0400
@@ -35,7 +35,6 @@ static const char *get_cram_challenge(vo
 	unsigned char buf[17];
 	size_t i;
 
-	hostpid_init();
 	random_fill(buf, sizeof(buf)-1);
 
 	for (i = 0; i < sizeof(buf)-1; i++)


More information about the dovecot-cvs mailing list