Robert Story wrote:
> On Fri, 25 Aug 2006 14:07:22 +0200 Thomas wrote:
> TA> apps/snmptrapd_auth.c:netsnmp_trapd_check_auth() in 5.3+ is implemented as
> TA>
> TA> int netsnmp_trapd_check_auth(int authtypes)
> TA>
> TA> but gets called as
> TA>
On Fri, 25 Aug 2006 14:07:22 +0200 Thomas wrote:
TA> apps/snmptrapd_auth.c:netsnmp_trapd_check_auth() in 5.3+ is implemented as
TA>
TA> int netsnmp_trapd_check_auth(int authtypes)
TA>
TA> but gets called as
TA>
TA> netsnmp_trapd_check_auth(traph->authtype
>>>>> "TA" == Thomas Anders <[EMAIL PROTECTED]> writes:
TA> in apps/snmptrapd_handlers.c which we didn't notice because there wasn't
TA> even a prototype for netsnmp_trapd_check_auth() in
You know, I actually spotted that about a week ago but
-Coders,
apps/snmptrapd_auth.c:netsnmp_trapd_check_auth() in 5.3+ is implemented as
int netsnmp_trapd_check_auth(int authtypes)
but gets called as
netsnmp_trapd_check_auth(traph->authtypes, pdu)
in apps/snmptrapd_handlers.c which we didn't notice because there wasn't
even a