Re: hard code freeze break request



Frederic Crozat wrote:

> > --- daemon/gvfsbackendsftp.c    (revision 2306)
> > +++ daemon/gvfsbackendsftp.c    (working copy)
> > @@ -851,13 +851,14 @@ handle_login (GVfsBackend *backend,
> >                
> >                if (g_vfs_keyring_is_available ())
> >                  flags |= G_ASK_PASSWORD_SAVING_SUPPORTED;
> > -             if (!op_backend->user_specified)
> > +             if (strcmp (authtype, "password") == 0 &&
> > +                 !op_backend->user_specified)
> >                 flags |= G_ASK_PASSWORD_NEED_USERNAME;
> > 
> > 
> > Permission to commit this?
> 
> Looks fine
> 
> Approval 1 of 2.

2 of 2.


        Frederic


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]