mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-07 18:20:22 +01:00
supplicant: set error when interface creation fails and was cancelled
https://bugzilla.redhat.com/show_bug.cgi?id=1823164
Fixes: b83f07916a ('supplicant: large rework of wpa_supplicant handling')
This commit is contained in:
parent
f4cf907a42
commit
fb023cc6e8
1 changed files with 3 additions and 0 deletions
|
|
@ -562,6 +562,9 @@ _create_iface_dbus_call_create_interface_cb (GObject *source,
|
|||
NM_HASH_OBFUSCATE_PTR (handle),
|
||||
iface_path_str,
|
||||
handle->name_owner->str);
|
||||
nm_utils_error_set (&error,
|
||||
NM_UTILS_ERROR_UNKNOWN,
|
||||
"Request already cancelled");
|
||||
} else {
|
||||
_LOGT ("create-iface["NM_HASH_OBFUSCATE_PTR_FMT"]: name owner changed, still remove interface %s in %s",
|
||||
NM_HASH_OBFUSCATE_PTR (handle),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue