]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
two-step: Use new ply_get_random_number function
authorRay Strode <rstrode@redhat.com>
Mon, 4 Dec 2023 00:07:13 +0000 (19:07 -0500)
committerRay Strode <rstrode@redhat.com>
Mon, 4 Dec 2023 12:49:31 +0000 (07:49 -0500)
src/plugins/splash/two-step/plugin.c

index 78ca7adf360adc669af2dfaa69b76e98dff394ba..f0c7ae85c4d1a3993ca16ef24a4e6ac1abf5987f 100644 (file)
@@ -1107,7 +1107,6 @@ create_plugin (ply_key_file_t *key_file)
         char *progress_function;
         char *show_animation_fraction;
 
-        srand ((int) ply_get_timestamp ());
         plugin = calloc (1, sizeof(ply_boot_splash_plugin_t));
 
         image_dir = ply_key_file_get_value (key_file, "two-step", "ImageDir");