From 295230d947d82eb2e1cdf427329e003ba4b312b5 Mon Sep 17 00:00:00 2001 From: max10 Date: Wed, 2 Dec 2015 21:49:24 +0100 Subject: [PATCH] test c** --- common/ca_ci.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/common/ca_ci.cpp b/common/ca_ci.cpp index 6e2e51f..5a475f2 100644 --- a/common/ca_ci.cpp +++ b/common/ca_ci.cpp @@ -660,6 +660,10 @@ SlotIt cCA::FindFreeSlot(ca_map_t camap, unsigned char scrambled) printf("Found: %04x\n", *caIt); return it; } + else + { + (*it)->scrambled = 0; + } } } else