Add fix from #456, thanks alasondro !
authorFlorian Fainelli <florian@openwrt.org>
Fri, 23 Mar 2007 12:41:22 +0000 (12:41 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Fri, 23 Mar 2007 12:41:22 +0000 (12:41 +0000)
SVN-Revision: 6645

net/iptraf/patches/003-exit_menu.patch [new file with mode: 0644]

diff --git a/net/iptraf/patches/003-exit_menu.patch b/net/iptraf/patches/003-exit_menu.patch
new file mode 100644 (file)
index 0000000..2761b0c
--- /dev/null
@@ -0,0 +1,12 @@
+diff -urN iptraf-3.0.0/src/options.c iptraf-3.0.0.new/src/options.c
+--- iptraf-3.0.0/src/options.c 2005-09-13 08:42:54.000000000 +0200
++++ iptraf-3.0.0.new/src/options.c     2007-03-23 13:31:37.000000000 +0100
+@@ -377,7 +377,7 @@
+         }
+         indicatesetting(row, options, statwin);
+-    } while (row != 17);
++    } while (row != 16);
+     tx_destroymenu(&menu);
+     del_panel(statpanel);