Squelch some compiler warnings.

svn path=/trunk/; revision=12632
This commit is contained in:
Guy Harris 2004-12-01 06:48:52 +00:00
parent 7b81bb17f3
commit fee19e1413
1 changed files with 2 additions and 2 deletions

View File

@ -3225,11 +3225,11 @@ static const radius_attr_info radius_vendor_3gpp2_attrib[] =
{45, RADIUS_INTEGER4, "Mobile Orig./Term. Indicator", NULL, NULL},
{49, RADIUS_INTEGER4, "Active Connection Time in Seconds", NULL, NULL},
{50, RADIUS_STRING, "DCCH Frame Size (0/5/20 ms)", NULL, NULL},
{54, RADIUS_BINSTRING, "S Key", NULL},
{54, RADIUS_BINSTRING, "S Key", NULL, NULL},
{55, RADIUS_INTEGER4, "S Request", NULL, NULL},
{56, RADIUS_TIMESTAMP, "S lifetime", NULL, NULL},
{57, RADIUS_INTEGER4, "MN-HA SPI", NULL, NULL},
{58, RADIUS_BINSTRING, "MN-HA shared key", NULL},
{58, RADIUS_BINSTRING, "MN-HA shared key", NULL, NULL},
{59, RADIUS_BINSTRING, "Remote IPv4 Address", NULL, NULL},
{70, RADIUS_BINSTRING, "Remote IPv6 Address", NULL, NULL},
{71, RADIUS_BINSTRING, "Remote Address Table Index", NULL, NULL},