mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-24 23:00:07 +01:00
2008-08-07 Dan Williams <dcbw@redhat.com>
* src/nm-pptp-pppd-plugin.c - (nm_ip_up): use correct option index (bgo #517468) git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3910 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
bcae312905
commit
de01b8e047
2 changed files with 7 additions and 2 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2008-08-07 Dan Williams <dcbw@redhat.com>
|
||||
|
||||
* src/nm-pptp-pppd-plugin.c
|
||||
- (nm_ip_up): use correct option index (bgo #517468)
|
||||
|
||||
2008-07-27 Dan Williams <dcbw@redhat.com>
|
||||
|
||||
Patch from Michael Biebl <biebl@debian.org>
|
||||
|
|
|
|||
|
|
@ -154,8 +154,8 @@ value_destroy (gpointer data)
|
|||
static void
|
||||
nm_ip_up (void *data, int arg)
|
||||
{
|
||||
ipcp_options opts = ipcp_gotoptions[ifunit];
|
||||
ipcp_options peer_opts = ipcp_hisoptions[ifunit];
|
||||
ipcp_options opts = ipcp_gotoptions[0];
|
||||
ipcp_options peer_opts = ipcp_hisoptions[0];
|
||||
GHashTable *hash;
|
||||
GArray *array;
|
||||
GValue *val;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue