Browse Source

Set ecm_change_time even when the log is disabled.

Georgi Chorbadzhiyski 11 years ago
parent
commit
3de357a51c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      tables.c

+ 1
- 1
tables.c View File

@@ -350,8 +350,8 @@ static void __process_ecm(struct ts *ts, uint16_t pid, uint8_t *ts_packet) {
350 350
 				sec->table_id,
351 351
 				sec->section_data_len,
352 352
 				dump);
353
-			gettimeofday(&ts->ecm_change_time, NULL);
354 353
 		}
354
+		gettimeofday(&ts->ecm_change_time, NULL);
355 355
 		ts->is_cw_error = 0;
356 356
 		camd_process_packet(ts, camd_msg_alloc(ECM_MSG, ts->ecm_caid, ts->service_id, sec->section_data, sec->section_data_len));
357 357
 	} else if (ts->debug_level >= 3) {

Loading…
Cancel
Save