gdm browser broken ...
- From: Remi Cohen-Scali <Remi Cohen-Scali COM>
- To: Gnome Mailling List <gnome-list gnome org>, Gnome Devel Mailling List <gnome-devel-list gnome org>
- Subject: gdm browser broken ...
- Date: Thu, 10 May 2001 04:01:42 +0200
The gdmlogin.c in cvs is broken in gdm_login_users_init.
The following code:
pwent = NULL;
while (pwent != NULL) {
should be, I think:
pwent = getpwent();
while (pwent != NULL) {
doesn't it ?
--
Remi Cohen-Scali
_/_/_/ _/ _/ _/ / Development engineer
_/ _/ _/ _/_/ _/ International Center for Network Computing
_/_/_/ _/ _/ _/ _/ _/ Network Service Provider Division
_/ _/ _/ _/ _/_/ Phone: +33-139-447-509 x44509
_/_/_/ _/_/_/ _/ _/ E-mails: Remi Cohen-Scali Sun COM
M I C R O S Y S T E M S Remi Cohen-Scali COM
WAPmail: Remi CohenScali Itineris Net
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]