]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Fixed typo
authorAlan T. DeKok <aland@freeradius.org>
Mon, 28 Nov 2011 19:24:21 +0000 (20:24 +0100)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 28 Nov 2011 19:24:21 +0000 (20:24 +0100)
src/modules/rlm_jradius/rlm_jradius.c

index 88730b9289e936b8a9f16954cc06c997b31dac04..272d651b86e4309a60dd7eda0cf00722779f6c80 100644 (file)
@@ -656,7 +656,7 @@ static int pack_vps(byte_array * ba, VALUE_PAIR * vps)
        if (pack_uint32(ba, vp->vp_integer) == -1) return -1;
        break;
       case PW_TYPE_DATE:
-       if (pack_uint32(ba, vp->vp_datex) == -1) return -1;
+       if (pack_uint32(ba, vp->vp_date) == -1) return -1;
        break;
       case PW_TYPE_IPADDR:
        if (pack_bytes(ba, (void *)&vp->vp_ipaddr, vp->length) == -1) return -1;