sasl_config.c

Katsuhiro Kondou kondou at nec.co.jp
Tue Aug 15 09:09:12 UTC 2000



In article <20000814205019.A21025 at oops.inka.de>,
	Sven Paulus <sven at karlsruhe.org> wrote;

} should be added on the top of the file. This shows btw. that there is a call
} to xrealloc which doesn't match the prototype.
} 
} I think at line ~140  of sasl_config.c
} 
} configlist = (struct configlist *)
}  xrealloc((char *)configlist, alloced*sizeof(struct configlist));
} 
} should be changed to
} 
} configlist = (struct configlist *)
}  RENEW(configlist, struct configlist, alloced);
} 
} to conform the rest of INN source.

All are just fixed.
-- 
Katsuhiro Kondou



More information about the inn-bugs mailing list