NMT: Allow NULL (B'0000') to be used as country selector in traffic area

This commit is contained in:
Andreas Eversberg
2017-05-28 09:35:47 +02:00
parent 57d4d1739e
commit e653475ff7
3 changed files with 12 additions and 3 deletions

View File

@@ -284,6 +284,8 @@ static struct nmt_country {
{ 2, "RU2", "", "" },
{ 3, "RU3", "", "" },
{ 4, "RU4", "", "" },
{ 4, "RU4", "", "" },
{ -1, "NULL", "", "" },
{ 0, NULL, NULL, NULL }
};