]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
RADIUS: Fix a typo in attribute name in debug messages
authorJouni Malinen <j@w1.fi>
Sun, 17 Jun 2012 16:39:29 +0000 (19:39 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 17 Jun 2012 16:39:29 +0000 (19:39 +0300)
Signed-hostap: Jouni Malinen <j@w1.fi>

src/radius/radius.c

index 66e053a144be8f4fb3400de55492a47d60ba658a..2b9cbcaa0a398967c8c0ae4276e860511a33389a 100644 (file)
@@ -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 }