summaryrefslogtreecommitdiffstats
path: root/ebtables.c
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2004-12-16 19:30:32 +0000
committerBart De Schuymer <bdschuym@pandora.be>2004-12-16 19:30:32 +0000
commitc6c0dc3a28d92e7c4f1ae00da0b76cf9e0b0344d (patch)
tree766503ba39a5a0b951a21895c23938708e3213af /ebtables.c
parent8b0c58a9140a46e1766c8281b9858d229358487f (diff)
Fix problem with udc
Diffstat (limited to 'ebtables.c')
-rw-r--r--ebtables.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ebtables.c b/ebtables.c
index f4225de..8b0dd80 100644
--- a/ebtables.c
+++ b/ebtables.c
@@ -601,7 +601,7 @@ int main(int argc, char *argv[])
if ((replace.selected_chain =
ebt_get_chainnr(&replace, opt)) == -1)
ebt_print_error("Chain %s doesn't "
- "exist", optarg);
+ "exist", opt);
ebt_delete_chain(&replace);
break;
}