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,6 +304,7 @@ int main(int argc, char **argv) {
304 304
 
305 305
 	check_number_of_ports(&data->inputs);
306 306
 	check_number_of_ports(&data->outputs);
307
+	check_number_of_ports(&data->mon_outputs);
307 308
 
308 309
 	if (num_parsed_cmds) {
309 310
 		unsigned int i;

Loading…
Cancel
Save