mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-04 22:40:16 +01:00
core: don't require connection path for AddAndActivate
There is no path yet since we haven't added the connection yet.
This commit is contained in:
parent
68ab26143b
commit
223c00fdee
1 changed files with 0 additions and 1 deletions
|
|
@ -716,7 +716,6 @@ pending_activation_new (NMManager *manager,
|
|||
g_return_val_if_fail (authority != NULL, NULL);
|
||||
g_return_val_if_fail (context != NULL, NULL);
|
||||
g_return_val_if_fail (device_path != NULL, NULL);
|
||||
g_return_val_if_fail (connection_path != NULL, NULL);
|
||||
|
||||
/* Create the partial connection from the given settings */
|
||||
if (settings) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue