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

dovecot at dovecot.org dovecot at dovecot.org
Mon Aug 4 23:10:56 EEST 2008


details:   http://hg.dovecot.org/dovecot-1.1/rev/0b1047dab36b
changeset: 7806:0b1047dab36b
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 b5388b21c4c2 -r 0b1047dab36b src/auth/mech-cram-md5.c
--- a/src/auth/mech-cram-md5.c	Mon Aug 04 15:00:47 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