1
1

Add missing MCA variable enumerator sentinel.

cmr=v1.7.4:reviewer=rhc

This commit was SVN r30178.
Этот коммит содержится в:
Nathan Hjelm 2014-01-09 15:28:42 +00:00
родитель 8b4bf557ab
Коммит bb01fc2938

Просмотреть файл

@ -50,7 +50,8 @@ enum {
mca_base_var_enum_value_t fragmentation_enable_enum[] = {
{0, "disable"},
{1, "enable"},
{2, "auto"}
{2, "auto"},
{-1, NULL}
};
/*