another cvs SNMP compile problem
A.L.M.Buxey at lboro.ac.uk
A.L.M.Buxey at lboro.ac.uk
Tue Oct 16 17:05:47 CEST 2007
Hi,
> A.L.M.Buxey at 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
More information about the Freeradius-Devel
mailing list