packages/net/iptraf/patches/003-exit_menu.patch
florian 987b192ee2 [package] update iptraf to 3.0.1 (#5866)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@17646 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-20 13:15:49 +00:00

12 lines
272 B
Diff

--- a/src/options.c
+++ b/src/options.c
@@ -372,7 +372,7 @@ void setoptions(struct OPTIONS *options,
}
indicatesetting(row, options, statwin);
- } while (row != 17);
+ } while (row != 16);
tx_destroymenu(&menu);
del_panel(statpanel);