]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Don't call hostpid_init(), it's always called at startup anyway.
authorTimo Sirainen <tss@iki.fi>
Mon, 4 Aug 2008 19:48:18 +0000 (15:48 -0400)
committerTimo Sirainen <tss@iki.fi>
Mon, 4 Aug 2008 19:48:18 +0000 (15:48 -0400)
--HG--
branch : HEAD

src/auth/mech-cram-md5.c

index ad443555233d113519a675abe4b8f05c6788b8bd..6bf9a27ab7bf9efeda402822e9bd8f60e0268dc6 100644 (file)
@@ -35,7 +35,6 @@ static const char *get_cram_challenge(void)
        unsigned char buf[17];
        size_t i;
 
-       hostpid_init();
        random_fill(buf, sizeof(buf)-1);
 
        for (i = 0; i < sizeof(buf)-1; i++)