18 Dec
2012
18 Dec
'12
4:58 a.m.
BALSIANOK, Peter wrote:
I have changed xlat.c
[radiusd@tdrad1 main]$ diff xlat.c xlat.c.backup
1043a1044,1046
if (isdigit(*p)) {
module_name = xlat_str = p;
} else {
1045a1049
}
Now everythink works correct.
Please use git, or "diff -u", so that we can see the context. Right now, all I know is that *some version* of xlat.c got changed. I don't know where this code goes. Line numbers don't help, as they change with every version of the file. Alan DeKok.