diff options
author | Lucas de Castro Borges <lucas@gnuabordo.com.br> | 2024-04-22 18:23:04 -0300 |
---|---|---|
committer | Lucas de Castro Borges <lucas@gnuabordo.com.br> | 2024-04-22 18:23:04 -0300 |
commit | 76e1a7480ed7a77a442dee8b63574c8516cacdd2 (patch) | |
tree | f4b7997875f37b1ae97ea5f4773aebfa9a96965a /modules/computer.c | |
parent | 4212b15b19d6c9db8d2f9fed92e5b9675b2cfe9c (diff) | |
parent | f70f209239d51a5893f8f9f080b19b6ee94ff4af (diff) |
Update upstream source from tag 'upstream/2.0.9pre'
Update to upstream version '2.0.9pre'
with Debian dir 817dddd03e0e9bc80d4f80e98431c08f4e402b1e
Diffstat (limited to 'modules/computer.c')
-rw-r--r-- | modules/computer.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/computer.c b/modules/computer.c index fff8ba36..68629f2e 100644 --- a/modules/computer.c +++ b/modules/computer.c @@ -639,7 +639,8 @@ gchar *callback_security(void) info_add_group( info, _("Health"), - info_field_update(_("Available entropy in /dev/random"), 1000, .tag = g_strdup("entropy") ), + //info_field_update(_("Available entropy in /dev/random"), 1000, .tag = g_strdup("entropy") ), + info_field(_("Available entropy in /dev/random"), computer_get_entropy_avail() ), info_field_last()); info_add_group( |