revid: using only one output when we're getting config from netreceiver

This commit is contained in:
Saxon 2019-02-25 15:31:42 +10:30
parent e118a639d4
commit 5a2d89ef8f
1 changed files with 1 additions and 0 deletions

View File

@ -392,6 +392,7 @@ func (r *Revid) Update(vars map[string]string) error {
for key, value := range vars {
switch key {
case "Output":
r.config.Outputs = make([]uint8, 1)
// FIXME(kortschak): There can be only one!
// How do we specify outputs after the first?
//