Compiler warning fixed.

This commit is contained in:
Tobias Brunner 2011-05-23 18:13:22 +02:00
parent 8ed3c9fba5
commit b3c4475076
1 changed files with 2 additions and 1 deletions

View File

@ -44,7 +44,8 @@ struct satype_tbl {
uint8_t proto;
uint8_t satype;
char* name;
} static satype_tbl[] = {
}
static satype_tbl[] = {
{ SA_ESP, SADB_SATYPE_ESP, "ESP" },
{ SA_AH, SADB_SATYPE_AH, "AH" },
{ SA_IPIP, SADB_X_SATYPE_IPIP, "IPIP" },