Amedzekor Kafui <[EMAIL PROTECTED]> wrote:
> Can you explain this line in your code?
> 
> vendorcode = (vp->attribute >> 16); /* HACK! */
> 
> I was wondering if you couldn't compare the
> vp->attribute == 9 straightway instead of the hack.

  The vendor codes && vendor-specific attribute numbers are packed
into "vp->attribute".  See src/lib/radius.c for packing/unpacking
code.  See also src/lib/dict.c

  Alan DeKok.


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to