ALT Linux Bugzilla
– Attachment 15343 Details for
Bug 47499
accountsservice: На экране "пользователи" в настройках Gnome отсутствует "Автоматический вход"
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
Патч текущей версии.
fix.patch (text/plain), 1.14 KB, created by
Toxblh
on 2024-01-07 21:25:00 MSK
(
hide
)
Description:
Патч текущей версии.
Filename:
MIME Type:
Creator:
Toxblh
Created:
2024-01-07 21:25:00 MSK
Size:
1.14 KB
patch
obsolete
>diff --git a/src/daemon.c b/src/daemon.c >index aa9d050..078f807 100644 >--- a/src/daemon.c >+++ b/src/daemon.c >@@ -292,7 +292,7 @@ entry_generator_fgetpwent (Daemon *daemon, > > generator_state = g_malloc0 (sizeof(*generator_state)); > generator_state->fp = fp; >- generator_state->shadow_users = shadow_users; >+ generator_state->shadow_users = NULL; > > *state = generator_state; > } >@@ -572,9 +572,11 @@ reload_users (Daemon *daemon) > g_hash_table_iter_init (&iter, users); > while (g_hash_table_iter_next (&iter, &name, &value)) { > User *user = value; >- if (!user_get_system_account (user)) >+ if (!user_get_system_account (user)) { > number_of_normal_users++; >- user_update_local_account_property (user, g_hash_table_contains (local_users, name)); >+ } else { >+ user_update_local_account_property (user, g_hash_table_contains (local_users, name)); >+ } > } > g_clear_pointer (&local_users, g_hash_table_destroy); >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 47499
:
14363
|
15343
|
15572