mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 03:40:07 +01:00
ifcfg-rh: don't ignore certificates with unknown scheme
This commit is contained in:
parent
33c3ed8991
commit
30db08d38e
1 changed files with 3 additions and 1 deletions
|
|
@ -249,7 +249,9 @@ write_object (NMSetting8021x *s_8021x,
|
|||
path = (*(objtype->path_func))(s_8021x);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
g_set_error (error, NM_SETTINGS_ERROR, NM_SETTINGS_ERROR_FAILED,
|
||||
"Unhandled certificate object scheme");
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
/* If certificate/private key wasn't sent, the connection may no longer be
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue