15 Jul
2009
15 Jul
'09
4:58 a.m.
Stefan Winter wrote:
Hi again,
ah, the source seems to reveal where the problem is:
if ((in[0] < 32) || strchr(allowed_chars, *in) == NULL) {
Since "in" is correct, it looks like allowed_chars is invalid - maybe the HUP makes the server forget about that variable?
Ah, yes. The "allowed_chars" array is being marked NULL, because it's not checking for multiple instances of the module. I'll commit a fix for 2.1.7. Alan DeKok.