mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-08 06:38:11 +02:00
core: remove some debugging left-overs
This commit is contained in:
parent
5c31397091
commit
0e047687b3
1 changed files with 0 additions and 3 deletions
|
|
@ -1873,11 +1873,9 @@ disconnect_user_auth_done_cb (NMAuthChain *chain,
|
||||||
|
|
||||||
result = GPOINTER_TO_UINT (nm_auth_chain_get_data (chain, NM_AUTH_PERMISSION_USE_USER_CONNECTIONS));
|
result = GPOINTER_TO_UINT (nm_auth_chain_get_data (chain, NM_AUTH_PERMISSION_USE_USER_CONNECTIONS));
|
||||||
ret_error = deactivate_disconnect_check_error (error, result, "Disconnect");
|
ret_error = deactivate_disconnect_check_error (error, result, "Disconnect");
|
||||||
g_message ("%s: here! ret error %p", __func__, ret_error);
|
|
||||||
if (!ret_error) {
|
if (!ret_error) {
|
||||||
/* Everything authorized, deactivate the connection */
|
/* Everything authorized, deactivate the connection */
|
||||||
device = nm_auth_chain_get_data (chain, "device");
|
device = nm_auth_chain_get_data (chain, "device");
|
||||||
g_message ("%s: here! device %p", __func__, device);
|
|
||||||
if (nm_device_interface_disconnect (NM_DEVICE_INTERFACE (device), &ret_error))
|
if (nm_device_interface_disconnect (NM_DEVICE_INTERFACE (device), &ret_error))
|
||||||
dbus_g_method_return (context);
|
dbus_g_method_return (context);
|
||||||
}
|
}
|
||||||
|
|
@ -1906,7 +1904,6 @@ disconnect_net_auth_done_cb (NMAuthChain *chain,
|
||||||
|
|
||||||
result = GPOINTER_TO_UINT (nm_auth_chain_get_data (chain, NM_AUTH_PERMISSION_NETWORK_CONTROL));
|
result = GPOINTER_TO_UINT (nm_auth_chain_get_data (chain, NM_AUTH_PERMISSION_NETWORK_CONTROL));
|
||||||
ret_error = deactivate_disconnect_check_error (error, result, "Disconnect");
|
ret_error = deactivate_disconnect_check_error (error, result, "Disconnect");
|
||||||
g_message ("%s: here! ret error %p", __func__, ret_error);
|
|
||||||
if (ret_error) {
|
if (ret_error) {
|
||||||
dbus_g_method_return_error (context, ret_error);
|
dbus_g_method_return_error (context, ret_error);
|
||||||
g_error_free (ret_error);
|
g_error_free (ret_error);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue