]> git.ipfire.org Git - thirdparty/FORT-validator.git/commitdiff
Change the default sync strategy to root
authorAlberto Leiva Popper <ydahhrk@gmail.com>
Fri, 22 Mar 2019 01:23:33 +0000 (19:23 -0600)
committerAlberto Leiva Popper <ydahhrk@gmail.com>
Fri, 22 Mar 2019 01:23:33 +0000 (19:23 -0600)
Fixes #6.

src/config.c

index cc21304035d4ccc4c6459c828b1249da34f01333..73b1fc273b7c6f5e91fb40f561571a6ff4a00ad3 100644 (file)
@@ -381,7 +381,7 @@ set_default_values(void)
        if (rpki_config.local_repository == NULL)
                return pr_enomem();
 
-       rpki_config.sync_strategy = SYNC_STRICT;
+       rpki_config.sync_strategy = SYNC_ROOT;
        rpki_config.shuffle_uris = false;
        rpki_config.maximum_certificate_depth = 32;