commit | fbdebad3b9e87de6d983a96fd27620727c37027a | [log] [tgz] |
---|---|---|
author | Bart De Schuymer <bdschuym@pandora.be> | Sun Feb 03 19:58:44 2008 +0000 |
committer | Bart De Schuymer <bdschuym@pandora.be> | Sun Feb 03 19:58:44 2008 +0000 |
tree | 97fb999189e7205cebd7533a2b4296861b4d1ae1 | |
parent | f8a68cb0bdf7c3c31b9333f71f893cfc7f796fec [diff] [blame] |
Jan Engelhardt: remove unneedd macro
diff --git a/extensions/ebt_stp.c b/extensions/ebt_stp.c index 08a48fb..2b108a7 100644 --- a/extensions/ebt_stp.c +++ b/extensions/ebt_stp.c
@@ -326,7 +326,7 @@ static struct ebt_u_match stp_match = { - .name = EBT_STP_MATCH, + .name = "stp", .size = sizeof(struct ebt_stp_info), .help = print_help, .init = init,