Browse Source

Validate the number of monitoring ports.

Georgi Chorbadzhiyski 9 years ago
parent
commit
7021812da5
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      videohubctrl.c

+ 1
- 0
videohubctrl.c View File

304
 
304
 
305
 	check_number_of_ports(&data->inputs);
305
 	check_number_of_ports(&data->inputs);
306
 	check_number_of_ports(&data->outputs);
306
 	check_number_of_ports(&data->outputs);
307
+	check_number_of_ports(&data->mon_outputs);
307
 
308
 
308
 	if (num_parsed_cmds) {
309
 	if (num_parsed_cmds) {
309
 		unsigned int i;
310
 		unsigned int i;

Loading…
Cancel
Save