Comment 2 for bug 84837

Revision history for this message
Zak B. Elep (zakame) wrote :

I have received word from Andrew Howlett with regard to this bug. He says:

> The second problem is #84837. When you leave the "save password"
> checkbox unchecked then gnome-ppp fails to send the password. This is
> a very simple problem. The problem is that gnome-ppp is sending the
> password to stdout, not the wvdial pipe. To fix this change line 72 in
> gnome-ppp-wvdial.c
>
> change
> in = g_io_channel_unix_new ((guint)data);
> to
> in = g_io_channel_unix_new (wvdial.in_pipe);