Skip to content
  • Thomas Haller's avatar
    checkpoint: don't let nm_checkpoint_new() fail · e5fc9a30
    Thomas Haller authored
    We already do error checking in nm_checkpoint_manager_create(). No need
    to split it in two places. Let all error conditions be handled by
    nm_checkpoint_manager_create() first, and then once we decide all is
    good, nm_checkpoint_new() can no longer fail.
    e5fc9a30