diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-07-01 14:54:14 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-07-01 14:54:14 +0000 |
commit | 78b05c3494c08cf23714c1f86272a5d48b58bd47 (patch) | |
tree | b554e3dce9a730c01e8d8036ff9905f9c90de897 /openwrt/package/kismet/patches/110-uclibc++_fixes.patch | |
parent | 3f44b114d77e17c6ef83e6ddfe89c52055148a3b (diff) |
fix kismet client (uclibc++ bug)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1300 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/kismet/patches/110-uclibc++_fixes.patch')
-rw-r--r-- | openwrt/package/kismet/patches/110-uclibc++_fixes.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/openwrt/package/kismet/patches/110-uclibc++_fixes.patch b/openwrt/package/kismet/patches/110-uclibc++_fixes.patch index 66fc77e07..d27bca07b 100644 --- a/openwrt/package/kismet/patches/110-uclibc++_fixes.patch +++ b/openwrt/package/kismet/patches/110-uclibc++_fixes.patch @@ -39,3 +39,15 @@ diff -urN kismet-2005-04-R1.old/tcpserver.cc kismet-2005-04-R1.dev/tcpserver.cc } } +diff -urN kismet-2005-04-R1.old/tcpclient.cc kismet-2005-04-R1.dev/tcpclient.cc +--- kismet-2005-04-R1.old/tcpclient.cc 2005-04-03 07:33:42.000000000 +0200 ++++ kismet-2005-04-R1.dev/tcpclient.cc 2005-07-01 16:42:33.000000000 +0200 +@@ -214,7 +214,7 @@ + return(-1); + } + } else { +- writebuf.erase(0, res); ++ writebuf = ""; + } + } + |