fix multiple spurious updates of stream config DB entry

fixes #629

Change-Id: I4aa1cf378d8fd50d1cf4499b331da3c15f3c3569
pull/653/head
Richard Fuchs 7 years ago
parent fc026cd7e4
commit 39ef7c98e6

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

Loading…
Cancel
Save