Skip to content

Remove restoring backed up facts from bindings NewUdManagerFromBackup call

Josh Brooks requested to merge XX-4220/RestoringBackup into release

The bug here is that BackUpMissingFacts was being called in two places, NewCmixFromBackup and in NewUd. BackUpMissingFacts is expected to only be called once, and will cause errors if called multiple times. This MR removed the call from NewUd, and updates the documentation.

Edited by Josh Brooks

Merge request reports