From: Jouni Malinen Date: Sun, 17 Jun 2012 16:39:29 +0000 (+0300) Subject: RADIUS: Fix a typo in attribute name in debug messages X-Git-Tag: hostap_2_0~622 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e58b5ffed7da3a9ee98b76d0c4c5f95d73e0c2f7;p=thirdparty%2Fhostap.git RADIUS: Fix a typo in attribute name in debug messages Signed-hostap: Jouni Malinen --- diff --git a/src/radius/radius.c b/src/radius/radius.c index 66e053a14..2b9cbcaa0 100644 --- a/src/radius/radius.c +++ b/src/radius/radius.c @@ -228,7 +228,7 @@ static struct radius_attr_type radius_attrs[] = RADIUS_ATTR_HEXDUMP }, { RADIUS_ATTR_ACCT_INTERIM_INTERVAL, "Acct-Interim-Interval", RADIUS_ATTR_INT32 }, - { RADIUS_ATTR_CHARGEABLE_USER_IDENTITY, "Chargable-User-Identity", + { RADIUS_ATTR_CHARGEABLE_USER_IDENTITY, "Chargeable-User-Identity", RADIUS_ATTR_TEXT }, { RADIUS_ATTR_NAS_IPV6_ADDRESS, "NAS-IPv6-Address", RADIUS_ATTR_IPV6 }, { RADIUS_ATTR_ERROR_CAUSE, "Error-Cause", RADIUS_ATTR_INT32 }