Browse Source

fix multiple spurious updates of stream config DB entry

fixes #629

Change-Id: I4aa1cf378d8fd50d1cf4499b331da3c15f3c3569
pull/653/head
Richard Fuchs 7 years ago
parent
commit
39ef7c98e6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      recording-daemon/output.c

+ 1
- 1
recording-daemon/output.c View File

@ -120,8 +120,8 @@ got_fn:
if (i) if (i)
goto err; goto err;
done:
db_config_stream(output); db_config_stream(output);
done:
return 0; return 0;
err: err:


Loading…
Cancel
Save