ache a76b3153c4 Zeroing memset() in opiechallenge() really is not needed because it is the
very first thing immediately following opielookup() does being entered, i.e.
look at this:

int opielookup FUNCTION((opie, principal), struct opie *opie AND char
*principal
)
{
  int i;

  memset(opie, 0, sizeof(struct opie));
...
2002-01-24 22:19:21 +00:00
..
2001-10-01 08:43:58 +00:00
2001-03-21 21:17:54 +00:00
2001-08-17 22:54:26 +00:00
2002-01-18 15:28:32 +00:00
2002-01-14 09:19:18 +00:00
2002-01-07 20:37:09 +00:00
2001-04-03 04:32:48 +00:00
2001-08-29 15:15:59 +00:00
2001-04-18 15:54:10 +00:00
2001-08-21 01:33:05 +00:00
2002-01-24 17:58:42 +00:00