misc/178507: Comment bug in src/lib/libradius/radlib.h

Gordon Shumway freeserif at yahoo.com
Sat May 11 13:20:00 UTC 2013


>Number:         178507
>Category:       misc
>Synopsis:       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:
>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 at 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:


More information about the freebsd-bugs mailing list