commit | b92edb805ca4bab30caa526a3beb3f4d14f258a0 | [log] [tgz] |
---|---|---|
author | Bart De Schuymer <bdschuym@pandora.be> | Sun Jan 23 19:08:14 2005 +0000 |
committer | Bart De Schuymer <bdschuym@pandora.be> | Sun Jan 23 19:08:14 2005 +0000 |
tree | 392ba7ec0ac4f4c194c7cd3822a617b1942cf43b | |
parent | 9ef397e2207b5ca867d8bb3033d1c80dc97123bc [diff] |
set optind=0
diff --git a/ebtablesd.c b/ebtablesd.c index a6a3eae..6683611 100644 --- a/ebtablesd.c +++ b/ebtablesd.c
@@ -347,7 +347,7 @@ "opened", replace[table_nr].name); goto write_msg; } - optind = 1; + optind = 0; /* Setting optind = 1 causes serious annoyances */ do_command(argc, argv, EXEC_STYLE_DAEMON, &replace[table_nr]); ebt_reinit_extensions(); write_msg: