mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-08 17:08:08 +02:00
2008-08-11 Dan Williams <dcbw@redhat.com>
* src/ppp-manager/nm-ppp-manager.c - (impl_ppp_manager_need_secrets): pass interface as required git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3930 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
5753f838c2
commit
0200a2d3eb
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
||||||
|
2008-08-11 Dan Williams <dcbw@redhat.com>
|
||||||
|
|
||||||
|
* src/ppp-manager/nm-ppp-manager.c
|
||||||
|
- (impl_ppp_manager_need_secrets): pass interface as required
|
||||||
|
|
||||||
2008-08-11 Dan Williams <dcbw@redhat.com>
|
2008-08-11 Dan Williams <dcbw@redhat.com>
|
||||||
|
|
||||||
Merge the vpn-properties setting with the vpn setting since it was pointless
|
Merge the vpn-properties setting with the vpn setting since it was pointless
|
||||||
|
|
|
||||||
|
|
@ -384,7 +384,7 @@ impl_ppp_manager_need_secrets (NMPPPManager *manager,
|
||||||
*/
|
*/
|
||||||
priv->pending_secrets_context = context;
|
priv->pending_secrets_context = context;
|
||||||
nm_ppp_manager_update_secrets (manager,
|
nm_ppp_manager_update_secrets (manager,
|
||||||
NULL, /* FIXME: pass device name */
|
priv->parent_iface,
|
||||||
username ? username : "",
|
username ? username : "",
|
||||||
password ? password : "",
|
password ? password : "",
|
||||||
NULL);
|
NULL);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue