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:
Dan Williams 2008-08-11 19:51:24 +00:00
parent 5753f838c2
commit 0200a2d3eb
2 changed files with 6 additions and 1 deletions

View file

@ -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>
Merge the vpn-properties setting with the vpn setting since it was pointless

View file

@ -384,7 +384,7 @@ impl_ppp_manager_need_secrets (NMPPPManager *manager,
*/
priv->pending_secrets_context = context;
nm_ppp_manager_update_secrets (manager,
NULL, /* FIXME: pass device name */
priv->parent_iface,
username ? username : "",
password ? password : "",
NULL);