16 Oct
2007
16 Oct
'07
11:05 a.m.
Hi,
A.L.M.Buxey@lboro.ac.uk schrieb:
error now reads
radius_snmp.c:594: error: 'do_snmp' undeclared (first use in this function) radius_snmp.c:594: error: (Each undeclared identifier is reported only once radius_snmp.c:594: error: for each function it appears in.)
Yes, there is still a reference to do_snmp. Changing it to &mainconfig.do_snmp fixes the build.
duh. yes. of course. i see it. its the return value check if (!&mainconfig.do_snmp) return 0; now it works. i'm not sure about the much quieter default radius logging though.... alan