From nobody@FreeBSD.org  Sat May 11 13:11:06 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	by hub.freebsd.org (Postfix) with ESMTP id E0EFEBA0
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 11 May 2013 13:11:06 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from oldred.FreeBSD.org (oldred.freebsd.org [8.8.178.121])
	by mx1.freebsd.org (Postfix) with ESMTP id D24AD80B
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 11 May 2013 13:11:06 +0000 (UTC)
Received: from oldred.FreeBSD.org ([127.0.1.6])
	by oldred.FreeBSD.org (8.14.5/8.14.5) with ESMTP id r4BDB6Pe020153
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 11 May 2013 13:11:06 GMT
	(envelope-from nobody@oldred.FreeBSD.org)
Received: (from nobody@localhost)
	by oldred.FreeBSD.org (8.14.5/8.14.5/Submit) id r4BDB6DA020152;
	Sat, 11 May 2013 13:11:06 GMT
	(envelope-from nobody)
Message-Id: <201305111311.r4BDB6DA020152@oldred.FreeBSD.org>
Date: Sat, 11 May 2013 13:11:06 GMT
From: Gordon Shumway <freeserif@yahoo.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Comment bug in src/lib/libradius/radlib.h
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         178507
>Category:       kern
>Synopsis:       [libradius] [patch] Comment bug in src/lib/libradius/radlib.h
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 11 13:20:00 UTC 2013
>Closed-Date:    
>Last-Modified:  Wed Jun 05 02:13:30 UTC 2013
>Originator:     Gordon Shumway
>Release:        9.1
>Organization:
>Environment:
FreeBSD localhost.localdomain 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #11 r250120: Wed May  1 00:17:23 CEST 2013     root@localhost.localdomain:/usr/obj/usr/src/sys/DTRACE  amd64
>Description:
$ grep NAS_IDENTIFIER lib/libradius/radlib.h 
#define RAD_NAS_IDENTIFIER              32      /* Integer */


According to http://www.dialogic.com/webhelp/BorderNet2020/1.1.0/WebHelp/radatt_nasidentifier.htm and other sources, NAS-Identifier is a string.
>How-To-Repeat:
n/a
>Fix:
sed -i '' '/NAS_IDENTIFIER/s/Integer/String/' lib/libradius/radlib.h

>Release-Note:
>Audit-Trail:
>Unformatted:
