diff --git a/ChangeLog b/ChangeLog index 6409870b6f..2429c74360 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-08-11 Dan Williams + + * src/ppp-manager/nm-ppp-manager.c + - (impl_ppp_manager_need_secrets): pass interface as required + 2008-08-11 Dan Williams Merge the vpn-properties setting with the vpn setting since it was pointless diff --git a/src/ppp-manager/nm-ppp-manager.c b/src/ppp-manager/nm-ppp-manager.c index 4209748d70..3eae667883 100644 --- a/src/ppp-manager/nm-ppp-manager.c +++ b/src/ppp-manager/nm-ppp-manager.c @@ -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);