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