* utilunix.c (destroy_groups): Revert last change, it doesn't
work with glib-1.2.x.
Этот коммит содержится в:
родитель
71b13d75c6
Коммит
0f70a1c7ea
@ -1,3 +1,8 @@
|
|||||||
|
2003-02-21 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
|
* utilunix.c (destroy_groups): Revert last change, it doesn't
|
||||||
|
work with glib-1.2.x.
|
||||||
|
|
||||||
2003-02-19 Andrew V. Samoilov <sav@bcs.zp.ua>
|
2003-02-19 Andrew V. Samoilov <sav@bcs.zp.ua>
|
||||||
|
|
||||||
* option.c (init_configure): Use OTHER_OPTIONS consistently.
|
* option.c (init_configure): Use OTHER_OPTIONS consistently.
|
||||||
|
@ -123,7 +123,7 @@ get_user_permissions (struct stat *buf) {
|
|||||||
void
|
void
|
||||||
destroy_groups (void)
|
destroy_groups (void)
|
||||||
{
|
{
|
||||||
g_tree_foreach (current_user_gid, mc_gid_destroy, NULL);
|
g_tree_traverse (current_user_gid, mc_gid_destroy, G_POST_ORDER, NULL);
|
||||||
g_tree_destroy (current_user_gid);
|
g_tree_destroy (current_user_gid);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user