add missing value_string termination

svn path=/trunk/; revision=15585
This commit is contained in:
Ronnie Sahlberg 2005-08-28 03:05:53 +00:00
parent 6caf6d5d1c
commit f86e30f39b
1 changed files with 1 additions and 0 deletions

View File

@ -792,6 +792,7 @@ static const value_string scsi_qualifier_val[] = {
{0x0, "Device type is connected to logical unit"},
{0x1, "Device type is supported by server but is not connected to logical unit"},
{0x3, "Device type is not supported by server"},
{ 0, NULL }
};
static const value_string scsi_devtype_val[] = {