Add NULL termination element to value_string array

svn path=/trunk/; revision=25798
This commit is contained in:
Bill Meier 2008-07-22 20:20:17 +00:00
parent 3b6cd83389
commit 7631d2b494
1 changed files with 1 additions and 0 deletions

View File

@ -85,6 +85,7 @@ static const value_string radius_message_code[] = {
{ 5, "Diconnect"},
{ 6, "Change Filter"},
{ 7, "Other"},
{ 0, NULL}
};
typedef enum _radius_category {