mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-26 22:50:08 +01:00
Duh, AND-ing flags with 0 (which is NM_SETTING_SECRET_FLAG_SYSTEM_OWNED) is always going to be FALSE... NM_SETTING_SECRET_FLAG_SYSTEM_OWNED is special; because it's the default value if the key isn't present, and at this point it's exclusive of all other flags. So (at least for now) it's OK that it's 0 but we might want to change it later so that NM_SETTING_SECRET_FLAG_SYSTEM_OWNED can actually be used as a flag. |
||
|---|---|---|
| .. | ||
| tests | ||
| common.h | ||
| errors.c | ||
| Makefile.am | ||
| nm-keyfile-connection.c | ||
| nm-keyfile-connection.h | ||
| plugin.c | ||
| plugin.h | ||
| reader.c | ||
| reader.h | ||
| utils.c | ||
| utils.h | ||
| writer.c | ||
| writer.h | ||