forked from NetworkManager/NetworkManager
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libnm: cleanup _nm_connection_ensure_normalized() and split nm_connec…
…tion_normalize() - in _nm_connection_ensure_normalized() allow also to only check that the UUID is as expected, without really resetting it. - split the normalization part out of nm_connection_normalize() and reuse it in _nm_connection_ensure_normalized(). As we already verified the connnection, we know that normalization is due and don't need to verify again.
- Loading branch information
Showing
2 changed files
with
125 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters