mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
kismet: missing file, sorry
This commit is contained in:
parent
2583d8421f
commit
3549bf22d7
1 changed files with 15 additions and 0 deletions
15
net-wireless/kismet/files/bluechanfix_r3184.patch
Normal file
15
net-wireless/kismet/files/bluechanfix_r3184.patch
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
Index: packetsourcetracker.cc
|
||||
===================================================================
|
||||
--- packetsourcetracker.cc (revision 3183)
|
||||
+++ packetsourcetracker.cc (working copy)
|
||||
@@ -151,7 +151,10 @@
|
||||
break;
|
||||
|
||||
case SOURCE_channel:
|
||||
- osstr << psrc->channel;
|
||||
+ if (psrc->strong_source != NULL)
|
||||
+ osstr << psrc->strong_source->FetchChannel();
|
||||
+ else
|
||||
+ osstr << psrc->channel;
|
||||
cache->Cache(fnum, osstr.str());
|
||||
break;
|
||||
Loading…
Reference in a new issue