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;
 			}