summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkaner <kaner@8d8ab74c-27aa-4a3d-9bde-523a2bc1f624>2009-01-31 23:35:34 +0000
committerkaner <kaner@8d8ab74c-27aa-4a3d-9bde-523a2bc1f624>2009-01-31 23:35:34 +0000
commit6f2a66e8a91a164035f8c3425721d943ef472bcc (patch)
tree60419b42355f2729119cdc39ff099a335a6fa5c4
parent6ed77d9297e7cb7e8e3256c77f3598b6dc8a39fb (diff)
ARGH. Added channel 0 to channel list. Thanks to Peter Ohm (d1g) for pointing this out.
git-svn-id: https://dedected.org/svn/trunk@60 8d8ab74c-27aa-4a3d-9bde-523a2bc1f624
-rw-r--r--kismet-dect/server_module/dect_srvplugin.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/kismet-dect/server_module/dect_srvplugin.cc b/kismet-dect/server_module/dect_srvplugin.cc
index 3325273..dcb2cb9 100644
--- a/kismet-dect/server_module/dect_srvplugin.cc
+++ b/kismet-dect/server_module/dect_srvplugin.cc
@@ -865,7 +865,7 @@ int dect_register(GlobalRegistry *globalreg) {
globalreg->packetchain->RegisterPacketComponent("DECTDATA");
// Add the channels
- globalreg->sourcetracker->AddChannelList("DECT:1,2,3,4,5,6,7,8,9");
+ globalreg->sourcetracker->AddChannelList("DECT:0,1,2,3,4,5,6,7,8,9");
// Hopefully this won't break since we don't know about memory management
// of packetsources