Whoops.. don't make abinary into octets when we receive it.
authoraland <aland>
Wed, 3 May 2006 17:39:37 +0000 (17:39 +0000)
committeraland <aland>
Wed, 3 May 2006 17:39:37 +0000 (17:39 +0000)
src/lib/radius.c

index 6267809..561a958 100644 (file)
@@ -1594,6 +1594,7 @@ static VALUE_PAIR *rad_attr2vp(const RADIUS_PACKET *packet, const RADIUS_PACKET
        switch (vp->type) {
        case PW_TYPE_STRING:
        case PW_TYPE_OCTETS:
+       case PW_TYPE_ABINARY:
                /* nothing more to do */
                break;