From b847115711125b165e392b7eb7d07e8dfaf9018a Mon Sep 17 00:00:00 2001 From: max_10 Date: Wed, 2 Dec 2015 21:49:24 +0100 Subject: [PATCH] test c** Origin commit data ------------------ Branch: master Commit: https://github.com/neutrino-images/ni-libstb-hal/commit/295230d947d82eb2e1cdf427329e003ba4b312b5 Author: max_10 Date: 2015-12-02 (Wed, 02 Dec 2015) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- 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