commit | c6c0dc3a28d92e7c4f1ae00da0b76cf9e0b0344d | [log] [tgz] |
---|---|---|
author | Bart De Schuymer <bdschuym@pandora.be> | Thu Dec 16 19:30:32 2004 +0000 |
committer | Bart De Schuymer <bdschuym@pandora.be> | Thu Dec 16 19:30:32 2004 +0000 |
tree | 766503ba39a5a0b951a21895c23938708e3213af | |
parent | 8b0c58a9140a46e1766c8281b9858d229358487f [diff] [blame] |
Fix problem with udc
diff --git a/ebtables.c b/ebtables.c index f4225de..8b0dd80 100644 --- a/ebtables.c +++ b/ebtables.c
@@ -601,7 +601,7 @@ 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; }