Re: gdm browser broken ...



I also found another problem with the session list init code (some strdup
forgotten, not a big deal). Thus this was preventing gdm to retrieve the session
and then it was raising a alert at each connection.
I do logged a bug, with a patch for correction in bugzilla.gnome.org.

Regards

George a écrit :

> On Thu, May 10, 2001 at 04:01:42AM +0200, Remi Cohen-Scali wrote:
> > 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 ?
>
> Yup you're absolutely right.  Actually to be completely correct it should use
> setpwent and endpwent as well.  Those changes are done in CVS and will be in
> 2.2.2 when that happens in a week or so.  Thanks!
>
> George
>
> --
> George <jirka 5z com>
>    Where all men think alike, no one thinks very much.
>                        -- Walter Lippmann
>
> _______________________________________________
> gnome-list mailing list
> gnome-list gnome org
> http://mail.gnome.org/mailman/listinfo/gnome-list

--
                                     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]