mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-09 05:58:01 +02:00
* Commented unused nm_ppp_dbus_handle_chap_check
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1932 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
ceee04d5a1
commit
919715eb41
1 changed files with 2 additions and 2 deletions
|
|
@ -1166,7 +1166,7 @@ static gboolean nm_ppp_dbus_handle_stop_vpn (NmPPPData *data)
|
|||
* Stop the running pppd dameon.
|
||||
*
|
||||
*/
|
||||
static gboolean nm_ppp_dbus_handle_chap_check (NmPPPData *data)
|
||||
/* static gboolean nm_ppp_dbus_handle_chap_check (NmPPPData *data)
|
||||
{
|
||||
g_return_val_if_fail (data != NULL, FALSE);
|
||||
|
||||
|
|
@ -1183,7 +1183,7 @@ static gboolean nm_ppp_dbus_handle_chap_check (NmPPPData *data)
|
|||
}
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
} */
|
||||
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue