mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 09:30:16 +01:00
nm_auth_chain_new_subject() cannot return %NULL, so these checks are only noise. Also, there are already calls that correctly rely on the fact that this function cannot fail. We use glib, where memory allocation by definition cannot fail. That means, a lot of functions simply cannot fail in our code base. This is a very nice property (to have an functions that cannot fail), so don't add error checking that is not useful. |
||
|---|---|---|
| .. | ||
| plugins | ||
| nm-agent-manager.c | ||
| nm-agent-manager.h | ||
| nm-secret-agent.c | ||
| nm-secret-agent.h | ||
| nm-settings-connection.c | ||
| nm-settings-connection.h | ||
| nm-settings-plugin.c | ||
| nm-settings-plugin.h | ||
| nm-settings-storage.c | ||
| nm-settings-storage.h | ||
| nm-settings-utils.c | ||
| nm-settings-utils.h | ||
| nm-settings.c | ||
| nm-settings.h | ||