Browse Source

Activate PID filter by default

Georgi Chorbadzhiyski 13 years ago
parent
commit
fd517ef258
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      data.c

+ 1
- 1
data.c View File

@@ -44,7 +44,7 @@ void data_init(struct ts *ts) {
44 44
 	ts->debug_level = 0;
45 45
 	ts->req_CA_sys  = CA_CONNAX;
46 46
 	ts->emm_send    = 1;
47
-	ts->pid_filter  = 0;
47
+	ts->pid_filter  = 1;
48 48
 
49 49
 	ts->input.fd    = 0; // STDIN
50 50
 	ts->input.type  = FILE_IO;

Loading…
Cancel
Save